mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
6 lines
87 B
Makefile
Executable file
6 lines
87 B
Makefile
Executable file
make:
|
|
pdflatex letter.tex -output-format=pdf
|
|
make clean
|
|
|
|
clean:
|
|
rm -rf *.aux *.log
|