2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-24 05:48:05 +02:00
LaTeX-examples/cheat-sheets/Tikz/Makefile

9 lines
146 B
Makefile
Raw Permalink Normal View History

2012-12-05 22:10:39 +01:00
SOURCE=Tikz-cheat-sheet
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
2012-12-05 22:13:45 +01:00
rm -rf $(TARGET) *.class *.html *.log *.aux *.out