aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-30 17:42:07 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-30 17:42:07 -0400
commitcb07e206cfdd8412710ef8e80f6a1faffcc65fec (patch)
tree11e97af1363da8730b2ff8444ba4f4a2126dc04d /Makefile
parentb6836545db316380fe176ba72cb1b7d0cb28962a (diff)
downloadjumpmanjr-cb07e206cfdd8412710ef8e80f6a1faffcc65fec.tar.gz
bullet logic mostly figured out
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