diff options
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 |