mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
8 lines
170 B
Makefile
8 lines
170 B
Makefile
|
make:
|
||
|
pdflatex milgrams-small-world-letter.tex -output-format=pdf
|
||
|
pdflatex milgrams-small-world-table -output-format=pdf
|
||
|
make clean
|
||
|
|
||
|
clean:
|
||
|
rm -rf *.aux *.log *.out
|