Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
exot committed Aug 8, 2018
1 parent 64832ab commit c9b073d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
.ONESHELL:
presentations/%.pdf : presentations/%.tex
cd presentations
pdflatex $(notdir $<)
pdflatex $(notdir $<)

0 comments on commit c9b073d

Please sign in to comment.