2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00

better makefile

This commit is contained in:
Martin Thoma 2014-01-16 09:55:31 +01:00
parent 9221a0e9e3
commit 273c8e0d16

View file

@ -1,5 +1,7 @@
SOURCE = letter
make:
pdflatex letter.tex -output-format=pdf
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean: