18
0
mirror of https://github.com/c3d2/slidenado/ synced 2024-06-26 08:58:30 +02:00

Add Makefile

This commit is contained in:
Daniel - 2018-08-08 20:25:42 +02:00
parent 64832abf4e
commit c9b073ddda
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.ONESHELL:
presentations/%.pdf : presentations/%.tex
cd presentations
pdflatex $(notdir $<)
pdflatex $(notdir $<)