source: issm/oecreview/Template/Makefile@ 19907

Last change on this file since 19907 was 13980, checked in by Mathieu Morlighem, 13 years ago

preparing oecreview for 13393-13976'

File size: 156 bytes
Line 
1TARGET=docreview
2
3all:
4 pdflatex -interaction=errorstopmode -file-line-error -halt-on-error $(TARGET).tex
5 rm -rf *.log *.aux
6
7clean:
8 rm -rf *.log *.aux
Note: See TracBrowser for help on using the repository browser.