2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/sicherheit-uebungsblatt/Makefile

10 lines
307 B
Makefile
Raw Normal View History

2013-04-15 21:52:02 +02:00
SOURCE = sicherheit-uebungsblatt
make:
2013-04-16 20:08:54 +02:00
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # shellescape wird für minted benötigt
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # zweites kompilieren für Seitenzahlen
2013-04-15 21:52:02 +02:00
make clean
clean:
2013-04-16 20:08:54 +02:00
rm -rf $(TARGET) *.class *.html *.log *.aux *.pyg