From dfbb91128af87b76908e77caadf4582917f6607c Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Tue, 14 Apr 2020 00:19:18 +0200 Subject: [PATCH] Makefile --- Einzug/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Einzug/Makefile diff --git a/Einzug/Makefile b/Einzug/Makefile new file mode 100644 index 0000000..c31e563 --- /dev/null +++ b/Einzug/Makefile @@ -0,0 +1,10 @@ +.PHONY: clean + +default: Einzug.tex\ + headfoot.tex + mkdir -p build + ../latexdockercmd.sh pdflatex --output-directory=build Einzug.tex + mv build/Einzug.pdf . + +clean: + rm -r build