7 lines
130 B
Makefile
7 lines
130 B
Makefile
%.pdf: %.tex
|
|
$(XELATEX) -interaction=batchmode -halt-on-error --shell-escape --output-directory=$(@D) $<
|
|
rm $*.aux
|
|
rm $*.log
|
|
|
|
|