deploy tic file
This commit is contained in:
parent
db63ef5755
commit
7307bdd531
10
Makefile
10
Makefile
|
@ -1,9 +1,9 @@
|
||||||
GAME:=right_coin.lua
|
GAME:=right_coin.lua
|
||||||
|
|
||||||
html:
|
deploy-html:
|
||||||
tic80 $(GAME)
|
|
||||||
|
|
||||||
deploy-html: #html
|
|
||||||
butler push build/html damantisshrimp/the-right-coin: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
|
||||||
|
|
Loading…
Reference in a new issue