mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
better makefile
This commit is contained in:
parent
9221a0e9e3
commit
273c8e0d16
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
SOURCE = letter
|
||||||
|
|
||||||
make:
|
make:
|
||||||
pdflatex letter.tex -output-format=pdf
|
pdflatex $(SOURCE).tex -output-format=pdf
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue