make clean in template fixed
This commit is contained in:
@@ -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