mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
include $(top_srcdir)/Makefile.tool.am
|
|
|
|
val_PROGRAMS = vgtool_corecheck.so
|
|
|
|
vgtool_corecheck_so_SOURCES = cc_main.c
|
|
vgtool_corecheck_so_LDFLAGS = -shared
|
|
|