diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-30 17:42:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-08-30 17:42:07 -0400 |
commit | cb07e206cfdd8412710ef8e80f6a1faffcc65fec (patch) | |
tree | 11e97af1363da8730b2ff8444ba4f4a2126dc04d /Makefile | |
parent | b6836545db316380fe176ba72cb1b7d0cb28962a (diff) | |
download | jumpmanjr-cb07e206cfdd8412710ef8e80f6a1faffcc65fec.tar.gz |
bullet logic mostly figured out
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |