diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..641c1b6 --- /dev/null +++ b/Makefile @@ -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