TARGET=ISSM-DocReview-18296-19100

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

clean:
	rm -rf *.log *.aux
