6ad99f01cd
- doc added to list SUBDIRS
16 lines
181 B
Makefile
16 lines
181 B
Makefile
# Trial by Antino Kim
|
|
# Top level Makefile.am
|
|
|
|
SUBDIRS = \
|
|
doc \
|
|
src \
|
|
test \
|
|
tools
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
config.h \
|
|
config.log \
|
|
config.status \
|
|
stamp-h.in \
|
|
stamp-h1
|