2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 19:48:05 +02:00
LaTeX-examples/documents/letter/Makefile

9 lines
107 B
Makefile
Raw Permalink Normal View History

2014-01-16 09:55:31 +01:00
SOURCE = letter
make:
2014-01-16 09:55:31 +01:00
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf *.aux *.log