slidenado/Makefile

6 lines
117 B
Makefile

.ONESHELL:
presentations/%.pdf : presentations/%.tex
cd presentations
pdflatex $(notdir $<)
pdflatex $(notdir $<)