diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:59:10 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:59:10 -0400 |
commit | 58dfdd5c9a4285e55cc17e803f9924077e927dfe (patch) | |
tree | 03f69a774488fa675773f4faee95ee118f45a36f /Makefile | |
parent | d4de44c88ea85e194766400d320c8ab8b39f5610 (diff) |
Include font in bundle.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |