ldjam-44/Makefile

10 lines
196 B
Makefile
Raw Permalink Normal View History

2019-04-27 14:57:54 +02:00
GAME:=right_coin.lua
2019-04-29 14:03:07 +02:00
deploy-html:
2019-04-27 14:57:54 +02:00
butler push build/html damantisshrimp/the-right-coin:html
2019-04-29 14:03:07 +02:00
deploy-tic:
butler push build/tic damantisshrimp/the-right-coin:tic
deploy: deploy-html deploy-tic