Makefiles for projects done

This commit is contained in:
Fabian Sinz
2014-10-30 11:37:05 +01:00
parent 490c6161f8
commit 4e5361f6d2
4 changed files with 258 additions and 0 deletions

View File

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