2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 15:57:57 +02:00
LaTeX-examples/documents/kit-mathe-template/Makefile
2014-11-12 15:18:39 +01:00

8 lines
119 B
Makefile
Executable file

SOURCE = kit-mathe-template
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf *.aux *.log