pca natural image project added
This commit is contained in:
11
projects/pca_natural_img/Makefile
Normal file
11
projects/pca_natural_img/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
latex:
|
||||
pdflatex *.tex > /dev/null
|
||||
pdflatex *.tex > /dev/null
|
||||
pdflatex *.tex > /dev/null
|
||||
|
||||
clean:
|
||||
rm -rf *.log *.aux *.zip *.out auto *.bbl *.blg
|
||||
rm -f `basename *.tex .tex`.pdf
|
||||
|
||||
zip: latex
|
||||
zip `basename *.tex .tex`.zip *.pdf *.jpg
|
||||
Reference in New Issue
Block a user