Files
writeup/templates/baposter-template/examples/ECCS2011/Makefile

8 lines
153 B
Makefile

ALL: poster.pdf
%.pdf: %.tex Makefile
pdflatex --enable-write18 $< && pdflatex $< && pdflatex $<
clean:
rm -f *.aux *.bbl *.blg *.log poster.pdf