X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=blobdiff_plain;f=Makefile;h=707a63cf63147518391a044dffbc82542bb83375;hp=4a62ee52cd110f108534c70a05eba1371d6efed2;hb=637743d4dec88ef70b163160a76e66279b85624c;hpb=e470f38c8e22931e06d9162106ec97ab6c9cc8ad diff --git a/Makefile b/Makefile index 4a62ee5..707a63c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TARGETS = LiteratureNotes.pdf -all : $(TARGETS) clean +all : $(TARGETS) rebuild : make clean_full @@ -8,10 +8,10 @@ rebuild : %.pdf : %.tex papers.bib # Incoming wall of text - pdflatex $* + pdflatex -shell-escape $* bibtex $* - pdflatex $* - pdflatex $* + pdflatex -shell-escape $* + pdflatex -shell-escape $* clean : # LaTeX makes way too many output files; get rid of them all