ldjam-44/Makefile

10 lines
196 B
Makefile

GAME:=right_coin.lua
deploy-html:
butler push build/html damantisshrimp/the-right-coin:html
deploy-tic:
butler push build/tic damantisshrimp/the-right-coin:tic
deploy: deploy-html deploy-tic