diff --git a/Makefile b/Makefile index 641c1b6..75d4578 100644 --- a/Makefile +++ b/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