docs/makefile: correctly make 'clean'

This commit is contained in:
Michael Stapelberg 2011-07-24 22:43:50 +02:00
parent a03c63dc39
commit 8c18121a11
1 changed files with 1 additions and 2 deletions

View File

@ -27,5 +27,4 @@ refcard.pdf: refcard.tex
pdflatex refcard.tex && pdflatex refcard.tex
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html
find . -regex ".*\.\(aux\|out\|log\|toc\|bm\|pdf\|dvi\|log\|html\)" -exec rm '{}' \;