slidenado/Makefile

6 lines
117 B
Makefile
Raw Normal View History

2018-08-08 20:25:42 +02:00
.ONESHELL:
presentations/%.pdf : presentations/%.tex
cd presentations
pdflatex $(notdir $<)
pdflatex $(notdir $<)