summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-12-11 10:55:49 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-12-11 10:55:49 -0500
commitd19425b9de1f68228a8724e3f807b713183b02a3 (patch)
tree201730b8a349e08d3ae738ec7de5ef3db6e91c17
parent67bd60d48461560b34ec53a01d439f55a32afd81 (diff)
Fix 'make serve'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80e78b8..161c4e5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,4 @@ bundle: game.wasm
zip strigoform.zip -r audio/*.{wav,ogg} images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html
serve:
- guile web-server
+ guile web-server.scm