Add Makefile to deploy game

master
Fabien Freling 2019-04-27 14:57:54 +02:00
parent d7dc0488f5
commit bb4612ca83
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View 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