8 lines
112 B
Makefile
8 lines
112 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libdebug.a
|
|
|
|
libdebug_a_SOURCES = \
|
|
debug.c
|
|
|