remove *.zip from clean target
This commit is contained in:
parent
62273a7f19
commit
b35d454864
@ -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
|
||||
|
Reference in New Issue
Block a user