5 lines
82 B
Makefile
5 lines
82 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src
|
|
|
|
distclean-local:
|
|
rm -rf autom4te.cache
|