This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/projects/project_PCA_natural_images/Makefile
2014-10-30 11:37:05 +01:00

11 lines
172 B
Makefile

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