From 58dfdd5c9a4285e55cc17e803f9924077e927dfe Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 28 Oct 2023 09:59:10 -0400 Subject: Include font in bundle. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 434fff3..7d0db11 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 js-runtime/ boot.js game.css game.wasm index.html + zip strigoform.zip -r audio/ images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html serve: guile web-server -- cgit v1.2.3