From cb07e206cfdd8412710ef8e80f6a1faffcc65fec Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 30 Aug 2016 17:42:07 -0400 Subject: bullet logic mostly figured out --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3