summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-03-02 21:32:17 +0100
committerCamil Staps2016-03-02 21:32:17 +0100
commite559e04fde188ddd885c518199e9e966134344fb (patch)
tree0d079a4e3920020975f5191adfe6d66b48f9d7a2
parentFinish elevator (diff)
Updated makefile with -shell-escape
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 357190a..a313edf 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@ TARGET=$(subst .tex,.pdf,$(wildcard *.tex)) elevator.pdf
all: $(TARGET)
+elevator.pdf: elevator.tex elevator.smv sv.sty
+ pdflatex -shell-escape $<
+ pdflatex -shell-escape $<
+
%.pdf : %.tex sv.sty
pdflatex $<
pdflatex $<