aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-30 01:21:54 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-30 01:21:54 -0400
commit437f20a048870245f93f92fe264e5a92e090c202 (patch)
tree5c85f46a173f1c611e3f587a0ba5a952bb83b583 /Makefile
parentdd20e776204f2e266f8c1e1b207ff0a9c0b9a92d (diff)
downloadjumpmanjr-437f20a048870245f93f92fe264e5a92e090c202.tar.gz
level_desc stuff, jumping mechanics
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