diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-01-29 21:06:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-01-29 21:06:02 -0500 |
commit | 7d23369b60e43193a34d61adfe23930506069a13 (patch) | |
tree | 91c7a01d27f488995072f7aa7636816dd3ce97dd /Makefile | |
parent | f547bc5f707e087af5b3c41519efbaf3e6bbbc87 (diff) |
Update to latest hoot.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ bundle: game.wasm rm strigoform.zip || true zip strigoform.zip -r audio/*.{wav,ogg} images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html -serve: +serve: game.wasm guile web-server.scm |