9 lines
137 B
Makefile
9 lines
137 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libgermanton.a
|
|
|
|
libgermanton_a_SOURCES = \
|
|
freiton.c\
|
|
besetztton.c
|
|
|