remove *.zip from clean target

This commit is contained in:
Jan Grewe 2017-01-21 18:43:34 +01:00
parent 62273a7f19
commit b35d454864

View File

@ -3,7 +3,7 @@ latex:
pdflatex *.tex > /dev/null
clean:
rm -rf *.log *.aux *.zip *.out auto
rm -rf *.log *.aux *.out auto
rm -f `basename *.tex .tex`.pdf
zip: latex