summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $<