summaryrefslogtreecommitdiff
path: root/Makefile
blob: ccfa73d92abd4aa7dc482490430e9d17a688c265 (plain)
1
2
3
4
5
6
7
8
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