diff options
author | B. Watson <yalhcru@gmail.com> | 2016-09-21 02:38:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-09-21 02:38:28 -0400 |
commit | 9b629fdffebaf36d4ce6080a9390ec101ecdef5b (patch) | |
tree | 01dd44d206ae858b5a511119caf21dffc12d3fe4 /Makefile | |
parent | 421107aae8b2ab6bb67f566238716992fbd5bd02 (diff) | |
download | jumpmanjr-9b629fdffebaf36d4ce6080a9390ec101ecdef5b.tar.gz |
found sprite data for jumpmans "feet" (shadow)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,6 +38,6 @@ test: jmjtest.dasm @echo @cmp jumpmanjr.rom jmjtest.bin && echo "=== Binary reassembles correctly" || echo "*** Binary FAILS to reassemble correctly ***" @echo ; echo "-----------------------" - @echo labels load jmjtest.lbl + @echo labels add jmjtest.lbl @echo "-----------------------" ; echo @atari800 -nobasic -cart-type 2 -cart jmjtest.bin |