deploy tic file

master
Fabien Freling 2019-04-29 14:03:07 +02:00
parent db63ef5755
commit 7307bdd531
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
GAME:=right_coin.lua
html:
tic80 $(GAME)
deploy-html: #html
deploy-html:
butler push build/html damantisshrimp/the-right-coin:html
deploy: deploy-html
deploy-tic:
butler push build/tic damantisshrimp/the-right-coin:tic
deploy: deploy-html deploy-tic