diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-29 17:44:23 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-29 17:44:31 -0400 |
commit | e8321da89b63c755adb4c7d3fde9e9407a5b6054 (patch) | |
tree | e49865c34605e01bf948bf1c1351f129c2a3c1be /Makefile | |
parent | eba13a2a3db0ef61309daa78a6eb638e66ec9441 (diff) |
Placeholder code for music.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ level.scm: level.tmx compile-map.scm bundle: game.wasm rm strigoform.zip || true - zip strigoform.zip -r audio/ images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html + zip strigoform.zip -r audio/*.wav images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html serve: guile web-server |