mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 03:23:58 +00:00
11 lines
180 B
Makefile
11 lines
180 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
noinst_HEADERS = \
|
|
core_os.h
|
|
|
|
noinst_LIBRARIES = libos.a
|
|
|
|
libos_a_SOURCES = \
|
|
core_os.c
|