aboutsummaryrefslogtreecommitdiffhomepage
path: root/exams/info1/hauptklausur/makefile
diff options
context:
space:
mode:
authorMarvin Borner2023-04-28 16:55:19 +0200
committerMarvin Borner2023-04-28 16:55:19 +0200
commit4eac79f861ca58a72c464c5ec56d9bd732e39cf0 (patch)
treed197e050670c81412dec274f874d464da4a8b992 /exams/info1/hauptklausur/makefile
parent23f0826852c85ea439d4629de13da9cf1d4668f9 (diff)
removed protocols
Diffstat (limited to 'exams/info1/hauptklausur/makefile')
-rw-r--r--exams/info1/hauptklausur/makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/exams/info1/hauptklausur/makefile b/exams/info1/hauptklausur/makefile
deleted file mode 100644
index 0c39a1b..0000000
--- a/exams/info1/hauptklausur/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CC = xelatex
-BIB = biber
-VIEW = zathura
-
-all:
- @$(CC) -shell-escape main
-
-run: all
- @$(VIEW) main.pdf