9 lines
143 B
Makefile
9 lines
143 B
Makefile
SUBDIRS = lib src tools
|
|
|
|
distclean-local:
|
|
-rm -rf autom4te.cache
|
|
-rm -f aclocal.m4
|
|
-rm -f config.h.in
|
|
-rm -f configure
|
|
-rm -f Makefile.in
|