From f344cd067cc5829a3e76fd4b7d6779f2502428ea Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 5 Jan 2023 17:39:23 +0100 Subject: Initial sync --- exams/info1/hauptklausur/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 exams/info1/hauptklausur/makefile (limited to 'exams/info1/hauptklausur/makefile') diff --git a/exams/info1/hauptklausur/makefile b/exams/info1/hauptklausur/makefile new file mode 100644 index 0000000..0c39a1b --- /dev/null +++ b/exams/info1/hauptklausur/makefile @@ -0,0 +1,9 @@ +CC = xelatex +BIB = biber +VIEW = zathura + +all: + @$(CC) -shell-escape main + +run: all + @$(VIEW) main.pdf -- cgit v1.2.3