diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-27 11:03:58 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-27 11:03:58 +0000 |
commit | a9fa965ad1abc957eb83c002a873e851089ead74 (patch) | |
tree | 6dc072de6ad34de9c473b7b153b1c5b80f469b7e /thesis/Justfile | |
parent | e2d0806b2d944b87eb2a00bb46243a1d50487a3e (diff) |
switch to make for building thesis
Diffstat (limited to 'thesis/Justfile')
-rw-r--r-- | thesis/Justfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/thesis/Justfile b/thesis/Justfile deleted file mode 100644 index 2780fb9..0000000 --- a/thesis/Justfile +++ /dev/null @@ -1,14 +0,0 @@ -default: build - -build: graphs - latexmk -pdf - -graphs: - for f in assets/*.json; do vl2png -s 1.5 $f ${f/json/png}; done - -watch-latex: - latexmk -pdf -pvc - -clean: - latexmk -c - rm -f assets/*.png |