expoweb/documents/therionprotractors/Makefile

17 lines
329 B
Makefile
Raw Normal View History

all: therionpage250.pdf therionpage400.pdf
#If using windows uncomment this
#LATEXTOOL=pdflatex.exe
#If using linux or macos(?) uncomment this
LATEXTOOL=pdflatex
therionpage250.pdf: therionpage.tex
$(LATEXTOOL) therionpage.tex
cleanpage:
rm -f therionpage.aux
rm -f therionpage.log
rm -f therionpage.pdf
2016-07-27 21:46:38 +01:00
clean: cleanpage