summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:59:10 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:59:10 -0400
commit58dfdd5c9a4285e55cc17e803f9924077e927dfe (patch)
tree03f69a774488fa675773f4faee95ee118f45a36f
parentd4de44c88ea85e194766400d320c8ab8b39f5610 (diff)
Include font in bundle.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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