From 2161314f0db5994f0fd8a407a51bf6ce724402c6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 28 Oct 2023 09:40:55 -0400 Subject: bundle target depends on game.wasm. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32b48dd..434fff3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ game.wasm: game.scm level.scm level.scm: level.tmx compile-map.scm guile compile-map.scm > level.scm -bundle: +bundle: game.wasm rm strigoform.zip || true zip strigoform.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html -- cgit v1.2.3