aboutsummaryrefslogtreecommitdiff
path: root/thesis/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/Justfile')
-rw-r--r--thesis/Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/thesis/Justfile b/thesis/Justfile
index 4e71af3..bd5a60d 100644
--- a/thesis/Justfile
+++ b/thesis/Justfile
@@ -1,10 +1,10 @@
default: build
build:
- latexmk -bibtex -pdf
+ latexmk -pdf
watch:
- latexmk -bibtex -pdf -pvc
+ latexmk -pdf -pvc
clean:
latexmk -c