[project] add Makefile to vector strength

This commit is contained in:
Jan Grewe 2017-01-23 17:51:14 +01:00
parent 3dd5922dc2
commit a10cb3b5aa

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 data/*.zip