ldjam-44/Makefile

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