summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6a91bd50f6180ebdd8ed410c19dcac36144ae3be (plain)
1
2
3
4
5
6
7
8
game.wasm: game.scm level.scm
	/gnu/store/i7qi9wsyhxzv3w4y992qgx5j9g5dcza0-profile/bin/guile -L $(HOME)/Code/guile-hoot/module game.scm

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