7 lines
102 B
Makefile
7 lines
102 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libfm.a
|
|
|
|
libfm_a_SOURCES = \
|
|
fm.c
|