7 lines
123 B
Makefile
7 lines
123 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libcompandor.a
|
|
|
|
libcompandor_a_SOURCES = \
|
|
compandor.c
|