From 4eac79f861ca58a72c464c5ec56d9bd732e39cf0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 28 Apr 2023 16:55:19 +0200 Subject: removed protocols --- exams/mathe1/hauptklausur/makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 exams/mathe1/hauptklausur/makefile (limited to 'exams/mathe1/hauptklausur/makefile') diff --git a/exams/mathe1/hauptklausur/makefile b/exams/mathe1/hauptklausur/makefile deleted file mode 100644 index 4c73ad2..0000000 --- a/exams/mathe1/hauptklausur/makefile +++ /dev/null @@ -1,19 +0,0 @@ -CC = xelatex -BIB = biber -VIEW = zathura - -all: - @mkdir -p build/ - @$(CC) --output-directory=build/ main - -full: clean - @mkdir -p build/ - @$(CC) --output-directory=build/ main - @$(BIB) --input-directory=build/ main - @$(CC) --output-directory=build/ main - -clean: - @$(RM) -rf build - -run: clean all - @$(VIEW) build/main.pdf -- cgit v1.2.3