diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-30 01:21:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-08-30 01:21:54 -0400 |
commit | 437f20a048870245f93f92fe264e5a92e090c202 (patch) | |
tree | 5c85f46a173f1c611e3f587a0ba5a952bb83b583 /Makefile | |
parent | dd20e776204f2e266f8c1e1b207ff0a9c0b9a92d (diff) | |
download | jumpmanjr-437f20a048870245f93f92fe264e5a92e090c202.tar.gz |
level_desc stuff, jumping mechanics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: clean jumpmanjr.dasm +all: clean jumpmanjr.dasm jmjtest.dasm clean: rm -f jumpmanjr.dasm @@ -17,6 +17,8 @@ jumpmanjr.info: main.info leveldesc.info leveldesc.info: mklevelinfo.pl perl mklevelinfo.pl > leveldesc.info +html: jumpmanjr.html + jumpmanjr.html: jumpmanjr.dasm vim +TOhtml '+w!jumpmanjr.html' '+qall!' jumpmanjr.dasm |