6 lines
112 B
Makefile
6 lines
112 B
Makefile
|
%.pdf: %.tex
|
||
|
pdflatex $< && pdflatex $<
|
||
|
|
||
|
clean:
|
||
|
rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf *.out
|