summaryrefslogtreecommitdiff
path: root/chapter-7/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-07-05 10:38:45 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-07-05 10:39:06 -0400
commitb33079617253f844db5d7352280504b8f1851483 (patch)
tree1772458c0bba9938ef7db823620fdca550dbceae /chapter-7/Makefile
parent6c4ccbcc4b32fba80280cfbea253152acdbefec2 (diff)
Add propagator experiment.
Diffstat (limited to 'chapter-7/Makefile')
-rw-r--r--chapter-7/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter-7/Makefile b/chapter-7/Makefile
new file mode 100644
index 0000000..15a88da
--- /dev/null
+++ b/chapter-7/Makefile
@@ -0,0 +1,8 @@
+propagators.wasm: propagators.scm
+ guild compile-wasm -o $@ $<
+
+serve: propagators.wasm
+ guile -c '((@ (hoot web-server) serve))'
+
+clean:
+ rm -f propagators.wasm