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