diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-04-08 17:31:06 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-04-08 17:31:06 -0400 |
commit | 20b4e7c566cd268f8fafd3e2d3846513e31949e7 (patch) | |
tree | 86544a3708de5882a9877ca095e76db02a1d2625 /Makefile | |
parent | 7d23369b60e43193a34d61adfe23930506069a13 (diff) |
Update to latest hoot.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ bundle: game.wasm serve: game.wasm guile web-server.scm + +clean: + rm game.wasm level.scm |