aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index abbae5a..055f5a0 100644
--- a/justfile
+++ b/justfile
@@ -15,3 +15,7 @@ s5:
npx nodemon -e rkt -x 'clear && just s5_run'
s6: (sketch "06" "glslViewer" "strange.frag")
+
+s8_run: (sketch "08" "racket" "spirals.rkt")
+s8:
+ npx nodemon -e rkt -x 'clear && just s8_run'