[project] add Makefile to vector strength
This commit is contained in:
10
projects/project_vector_strength/Makefile
Normal file
10
projects/project_vector_strength/Makefile
Normal 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
|
||||||
Reference in New Issue
Block a user