19 lines
232 B
Makefile
19 lines
232 B
Makefile
# Trial by Antino Kim
|
|
# Top level Makefile.am
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
test \
|
|
tools
|
|
|
|
MAINTAINTERCLEANFILES = \
|
|
Makefile.in \
|
|
aclocal.m4 \
|
|
config.h \
|
|
config.h.in \
|
|
config.log \
|
|
config.status \
|
|
configure \
|
|
stamp-h.in \
|
|
stamp-h1
|