summaryrefslogtreecommitdiff
path: root/Makefile
blob: 589c4ffb8672501daa7a4086285114accf034e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
game.wasm: game.scm level.scm
	guile game.scm

level.scm: level.tmx compile-map.scm
	guile compile-map.scm > level.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