diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ .PHONY: build clean live build: - latexmk -pdf -outdir=build main.tex + latexmk -shell-escape -pdf -outdir=build main.tex live: - latexmk -pdf -pvc -outdir=build main.tex + latexmk -shell-escape -pdf -pvc -outdir=build main.tex clean: latexmk -C -outdir=build main.tex |