chiark / gitweb /
Largeexists
[topbloke-formulae.git] / Makefile
1
2 default: article.pdf
3
4 article.pdf: article.tex
5                 pdflatex -halt-on-error $< </dev/null
6
7 article.ps: article.pdf
8                 pdftops article.pdf article.ps
9
10 clean:
11         rm -f *.aux *.log *.dvi *.out *.pdf *~