mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
13 lines
276 B
Text
13 lines
276 B
Text
XCOMM $XConsortium: Imakefile /main/5 1996/01/13 15:15:46 drk $
|
|
all::
|
|
@FILES=`ls -rt | egrep -v "Imakefile|Makefile|logerr.sed" || true`; \
|
|
set -- $$FILES; \
|
|
while [ $$# -gt 10 ];do \
|
|
rm -rf $$1; \
|
|
echo "removing log file $$1"; shift; done
|
|
|
|
includes::
|
|
|
|
depend::
|
|
|
|
clean::
|