ldjam-44/Makefile
2019-04-27 14:57:54 +02:00

10 lines
143 B
Makefile

GAME:=right_coin.lua
html:
tic80 $(GAME)
deploy-html: #html
butler push build/html damantisshrimp/the-right-coin:html
deploy: deploy-html