From e559e04fde188ddd885c518199e9e966134344fb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 2 Mar 2016 21:32:17 +0100 Subject: Updated makefile with -shell-escape --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 $< -- cgit v1.2.3