mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
include $(top_srcdir)/Makefile.tool.am
|
|
|
|
val_PROGRAMS = vgtool_none.so
|
|
|
|
vgtool_none_so_SOURCES = nl_main.c
|
|
vgtool_none_so_LDFLAGS = -shared
|
|
|