mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 07:47:57 +02:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
|
make:
|
||
|
pdflatex muendlich-we-2013-martin-thoma.tex -output-format=pdf
|
||
|
make clean
|
||
|
|
||
|
clean:
|
||
|
rm -rf *.aux *.log
|