From: helge Date: Mon, 8 Aug 2005 13:43:38 +0000 (+0000) Subject: delete more temporary files X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65864422e0132627881c5c692f9d59dd98ac2423;p=sope delete more temporary files git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1006 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/GNUmakefile b/GNUmakefile index c5f4f7ed..b54e6066 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,3 +33,6 @@ endif distclean :: if test -f config.make; then rm config.make; fi + if test -d .gsmake; then rm -r .gsmake; fi + if test -f config-NGStreams.log; then rm config-NGStreams.log; fi + if test -f config-gstepmake.log; then rm config-gstepmake.log; fi