aboutsummaryrefslogtreecommitdiff
path: root/thesis/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/Justfile')
-rw-r--r--thesis/Justfile14
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