From e8321da89b63c755adb4c7d3fde9e9407a5b6054 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 29 Oct 2023 17:44:23 -0400 Subject: Placeholder code for music. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d0db11..a1faad0 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/ 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 -- cgit v1.2.3