From: frief Date: Fri, 7 Nov 2003 17:24:26 +0000 (+0000) Subject: also remove *.out files X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3cc963b73e94f2ac30c5962ada4b084d6c7bcd5b;p=fw%2Fsdcc also remove *.out files git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2999 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/clean.mk b/doc/clean.mk index 18f315e6..b023de5e 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -3,7 +3,7 @@ clean: # rm -rf $(MANUAL).html $(TSS).html rm -rf $(MANUAL).html/* $(TSS).html/* $(CDB).html rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \ - *.pdf *.tex *.aux *.dvi *.idx *.ilg \ + *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo # Deleting all files created by configuring or building the program