remove *.zip from clean target
This commit is contained in:
parent
62273a7f19
commit
b35d454864
@ -3,7 +3,7 @@ latex:
|
|||||||
pdflatex *.tex > /dev/null
|
pdflatex *.tex > /dev/null
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.log *.aux *.zip *.out auto
|
rm -rf *.log *.aux *.out auto
|
||||||
rm -f `basename *.tex .tex`.pdf
|
rm -f `basename *.tex .tex`.pdf
|
||||||
|
|
||||||
zip: latex
|
zip: latex
|
||||||
|
Reference in New Issue
Block a user