deploy tic file
This commit is contained in:
parent
db63ef5755
commit
7307bdd531
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue