diff options
author | B. Watson <yalhcru@gmail.com> | 2016-09-06 16:41:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-09-06 16:41:45 -0400 |
commit | a42076f421b60dab1763acd39ee51b3bcd785054 (patch) | |
tree | eb300380cc1a6ddf77f439e500f0dabd02b5bc1e /Makefile | |
parent | 6c7911db17388131973b8ca50691f0173b7e5f26 (diff) | |
download | jumpmanjr-a42076f421b60dab1763acd39ee51b3bcd785054.tar.gz |
get rid of reference to the .inc file in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ clean: distclean: clean rm -f jumpmanjr.info leveldesc.info jmjtest.* tmp.lbl 1 2 1.* 2.* atari???.png strace.out -jumpmanjr.dasm: jumpmanjr.info jumpmanjr.inc +jumpmanjr.dasm: jumpmanjr.info da65 -i jumpmanjr.info jumpmanjr.info: main.info leveldesc.info |