diff --git a/projects/project_vector_strength/Makefile b/projects/project_vector_strength/Makefile new file mode 100644 index 0000000..86b971c --- /dev/null +++ b/projects/project_vector_strength/Makefile @@ -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