[projects] ey-tracking task

This commit is contained in:
2014-11-01 22:34:24 +01:00
parent 6c8d43cd67
commit a033b986b8
2 changed files with 72 additions and 0 deletions

View File

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