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

level.scm: level.tmx compile-map.scm
	guile compile-map.scm > level.scm

bundle:
	rm strigoform.zip || true
	zip strigoform.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html

serve:
	guile web-server