remove *.zip from clean target

This commit is contained in:
Jan Grewe 2017-01-21 18:42:07 +01:00
parent a32a22b35b
commit 62273a7f19

View File

@ -0,0 +1,10 @@
latex:
pdflatex *.tex > /dev/null
pdflatex *.tex > /dev/null
clean:
rm -rf *.log *.aux *.out auto
rm -f `basename *.tex .tex`.pdf
zip: latex
zip `basename *.tex .tex`.zip *.pdf *.dat *.mat