1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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::