aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-12-10 23:09:10 +0530
committerAkshay Nair <phenax5@gmail.com>2023-12-10 23:09:10 +0530
commit7cdf768a593b0f635e287a58bdcd35c43ba7ce5c (patch)
tree10f7533dccd69cb8c6981702b9e13e3ba5a84901 /justfile
parent61b7b7484e141319479df532c185961eef8edf0c (diff)
downloadcreative-coding-playground-7cdf768a593b0f635e287a58bdcd35c43ba7ce5c.tar.gz
creative-coding-playground-7cdf768a593b0f635e287a58bdcd35c43ba7ce5c.zip
readme update
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 055f5a0..028d671 100644
--- a/justfile
+++ b/justfile
@@ -16,6 +16,6 @@ s5:
s6: (sketch "06" "glslViewer" "strange.frag")
-s8_run: (sketch "08" "racket" "spirals.rkt")
+s8_run: (sketch "08" "racket" "tree.rkt")
s8:
npx nodemon -e rkt -x 'clear && just s8_run'