TARGET=ISSM-DocReview-22819-23185

all: 
	pdflatex -interaction=errorstopmode -file-line-error -halt-on-error $(TARGET).tex
	rm -rf *.log *.aux 

clean:
	rm -rf *.log *.aux
