logs: add automake files

This commit is contained in:
Chase
2019-10-22 20:13:03 -05:00
committed by Jon Trulson
parent 500b30b2b3
commit 519ed266a8

10
cde/logs/Makefile.am Normal file
View File

@@ -0,0 +1,10 @@
MAINTAINERCLEANFILES = Makefile.in
all::
@FILES=`ls -rt | egrep -v "Makefile.am|Makefile.in|Makefile|logerr.sed" || true`; \
set -- $$FILES; \
while [ $$# -gt 10 ];do \
rm -rf $$1; \
echo "removing log file $$1"; shift; done
clean::