mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
9 lines
349 B
Makefile
9 lines
349 B
Makefile
|
make:
|
||
|
#latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make Graphentheorie-2.tex
|
||
|
pdflatex Graphentheorie-2.tex -output-format=pdf
|
||
|
pdflatex Graphentheorie-2.tex -output-format=pdf
|
||
|
#make clean
|
||
|
|
||
|
clean:
|
||
|
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk
|