summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-29 21:43:48 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-29 21:43:48 -0400
commit7177e8a6939b66594a6e8e1c87e86533ed3caadd (patch)
treef57e2be44b4b9bf9cb95df826ecadba1a86e3945 /Makefile
parent6aec3c117162d1bc3865aef97fa7438828b63351 (diff)
Add simple background music.
Wish I had more time!!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1faad0..80e78b8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ level.scm: level.tmx compile-map.scm
bundle: game.wasm
rm strigoform.zip || true
- zip strigoform.zip -r audio/*.wav images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html
+ zip strigoform.zip -r audio/*.{wav,ogg} images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html
serve:
guile web-server