summaryrefslogtreecommitdiff
path: root/Makefile
blob: 434fff3b2ca652b7d7d9dc0196d7075da03d2f6c (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: game.wasm
	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