diff options
Diffstat (limited to 'vorlesungen/punktgruppen/Makefile')
-rw-r--r-- | vorlesungen/punktgruppen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vorlesungen/punktgruppen/Makefile b/vorlesungen/punktgruppen/Makefile index d685652..302e976 100644 --- a/vorlesungen/punktgruppen/Makefile +++ b/vorlesungen/punktgruppen/Makefile @@ -1,12 +1,11 @@ TEX=xelatex -TEXARGS=--output-directory=build --halt-on-error +TEXARGS=--output-directory=build --halt-on-error --shell-escape all: slides.pdf script.pdf media .PHONY: clean clean: @rm -rfv build - # @rm -rfv media %.pdf: %.tex mkdir -p build |