make clean in template fixed
This commit is contained in:
parent
61cb4445c7
commit
fab127b671
@ -3,7 +3,7 @@ latex:
|
||||
pdflatex *.tex > /dev/null
|
||||
|
||||
clean:
|
||||
rm -f *.log *.aux *.zip *.out auto
|
||||
rm -rf *.log *.aux *.zip *.out auto
|
||||
rm -f `basename *.tex .tex`.pdf
|
||||
|
||||
zip: latex
|
||||
|
Reference in New Issue
Block a user