ldjam-44/Makefile

10 lines
143 B
Makefile
Raw Normal View History

2019-04-27 14:57:54 +02:00
GAME:=right_coin.lua
html:
tic80 $(GAME)
deploy-html: #html
butler push build/html damantisshrimp/the-right-coin:html
deploy: deploy-html