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