diff options
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 |