diff options
author | Marvin Borner | 2023-04-28 16:55:19 +0200 |
---|---|---|
committer | Marvin Borner | 2023-04-28 16:55:19 +0200 |
commit | 4eac79f861ca58a72c464c5ec56d9bd732e39cf0 (patch) | |
tree | d197e050670c81412dec274f874d464da4a8b992 /exams/info1/hauptklausur/makefile | |
parent | 23f0826852c85ea439d4629de13da9cf1d4668f9 (diff) |
removed protocols
Diffstat (limited to 'exams/info1/hauptklausur/makefile')
-rw-r--r-- | exams/info1/hauptklausur/makefile | 9 |
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 |