aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 895c2fe..eb342ae 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ jmjtest.dasm: jumpmanjr.dasm
mv jmjtest.dasm jmjtest.dasm.bak 2>/dev/null || true
cp jumpmanjr.dasm jmjtest.dasm
+push: all html
+ git push
+
test: jmjtest.dasm
ca65 -t none -o jmjtest.o -g jmjtest.dasm
ld65 -t none -o jmjtest.bin -Ln tmp.lbl --start-addr 0x8000 jmjtest.o