diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-28 08:04:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-28 08:04:34 -0400 |
commit | 1c04cddab61d2b2c0cd4aa2ebced862081557357 (patch) | |
tree | 2279567294e0c9b364f2274f9c759bb3e47593ec /Makefile | |
parent | ebff522487f1cfceb3dc14eac481b16c10d10a8b (diff) |
Add 'make serve' target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ level.scm: level.tmx compile-map.scm bundle: rm algj2023.zip && zip algj2023.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html + +serve: + guile web-server |