aboutsummaryrefslogtreecommitdiff
path: root/thesis/Justfile
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-30 00:06:00 +0000
committerAria Shrimpton <me@aria.rip>2024-01-30 00:06:00 +0000
commite468995e496806811536e38e7e55d16c209b19bd (patch)
treec007b7c3b8852f0e06245a5bc59d50d2e40a35a1 /thesis/Justfile
parent2559da1fbf3a7e78ae105108a314cad106237368 (diff)
more cleanup
Diffstat (limited to 'thesis/Justfile')
-rw-r--r--thesis/Justfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/thesis/Justfile b/thesis/Justfile
new file mode 100644
index 0000000..2805cb0
--- /dev/null
+++ b/thesis/Justfile
@@ -0,0 +1,10 @@
+default: build
+
+build:
+ cd thesis/; latexmk -bibtex -pdf
+
+watch:
+ cd thesis/; latexmk -bibtex -pdf -pvc
+
+clean:
+ cd thesis/; latexmk -c