aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e13d51..895c2fe 100644
--- a/Makefile
+++ b/Makefile
@@ -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