From 51e9d43716398dcf0fd1185e14d02cad4de7be87 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 14 Feb 2017 18:17:23 +0100 Subject: Add Makefile --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ef2b321 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: build clean live + +build: + latexmk -pdf -outdir=build -jobname=$$topic zusammenfassung.tex + +live: + latexmk -pdf -pvc -outdir=build -jobname=$$topic zusammenfassung.tex + +clean: + latexmk -C -outdir=build -jobname=$$topic zusammenfassung.tex -- cgit v1.2.3