aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-09-25 16:16:21 +0100
committerAria <me@aria.rip>2023-09-25 16:16:21 +0100
commit747029c9313f5b79d0ef19f9cddee79ae555dcdc (patch)
tree34aa451e4aef34a0485f24fad7e5db27aa1a5327 /Justfile
setup thesis template
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Justfile b/Justfile
new file mode 100644
index 0000000..6a36f5f
--- /dev/null
+++ b/Justfile
@@ -0,0 +1,16 @@
+default: build
+
+build: thesis
+clean: thesis-clean
+
+alias t := thesis
+thesis:
+ cd thesis/; latexmk -pdf
+
+alias tw := thesis-watch
+thesis-watch:
+ cd thesis/; latexmk -pdf -pvc
+
+alias tc := thesis-clean
+thesis-clean:
+ cd thesis/; latexmk -c \ No newline at end of file