diff options
author | Marvin Borner | 2023-01-05 17:39:23 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-05 17:49:58 +0100 |
commit | f344cd067cc5829a3e76fd4b7d6779f2502428ea (patch) | |
tree | d19141324c115200879ec592cde0e12119ff789b /exams/info1/hauptklausur/makefile |
Initial sync
Diffstat (limited to 'exams/info1/hauptklausur/makefile')
-rw-r--r-- | exams/info1/hauptklausur/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |