diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-11 10:55:49 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-11 10:55:49 -0500 |
commit | d19425b9de1f68228a8724e3f807b713183b02a3 (patch) | |
tree | 201730b8a349e08d3ae738ec7de5ef3db6e91c17 | |
parent | 67bd60d48461560b34ec53a01d439f55a32afd81 (diff) |
Fix 'make serve'
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |