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

8 lines
182 B
Makefile

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