X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=blobdiff_plain;f=Makefile;h=707a63cf63147518391a044dffbc82542bb83375;hp=4a62ee52cd110f108534c70a05eba1371d6efed2;hb=7c5e7af17657010608facfcc37b964a816062f1b;hpb=93cb10d1d571c39a1f7b39b88d1fba745f2e31a9 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