diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-30 00:06:00 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-30 00:06:00 +0000 |
commit | e468995e496806811536e38e7e55d16c209b19bd (patch) | |
tree | c007b7c3b8852f0e06245a5bc59d50d2e40a35a1 /thesis/Justfile | |
parent | 2559da1fbf3a7e78ae105108a314cad106237368 (diff) |
more cleanup
Diffstat (limited to 'thesis/Justfile')
-rw-r--r-- | thesis/Justfile | 10 |
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 |