From a9fa965ad1abc957eb83c002a873e851089ead74 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Wed, 27 Mar 2024 11:03:58 +0000 Subject: switch to make for building thesis --- thesis/Justfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 thesis/Justfile (limited to 'thesis/Justfile') 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 -- cgit v1.2.3