Add Makefile to deploy game
This commit is contained in:
parent
d7dc0488f5
commit
bb4612ca83
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
GAME:=right_coin.lua
|
||||
|
||||
html:
|
||||
tic80 $(GAME)
|
||||
|
||||
deploy-html: #html
|
||||
butler push build/html damantisshrimp/the-right-coin:html
|
||||
|
||||
deploy: deploy-html
|
Loading…
Add table
Add a link
Reference in a new issue