7 lines
114 B
Makefile
7 lines
114 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libsample.a
|
|
|
|
libsample_a_SOURCES = \
|
|
sample.c
|