diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-31 04:50:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-08-31 04:50:44 -0400 |
commit | 8fefba0a2262d725dad7c25edc023c2590029126 (patch) | |
tree | b73e9a3205bd8c55d0a0ffcd17ebb86e5fa1797d /Makefile | |
parent | 01ecb0758b7c0c165bc6e5d61cf613c420bfe383 (diff) | |
download | jumpmanjr-8fefba0a2262d725dad7c25edc023c2590029126.tar.gz |
bomb_pickup stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ leveldesc.info: mklevelinfo.pl perl mklevelinfo.pl > leveldesc.info html: jumpmanjr.html + git add jumpmanjr.html + git commit -m'regenerate jumpmanjr.html' jumpmanjr.html: jumpmanjr.dasm vim +TOhtml '+w!jumpmanjr.html' '+qall!' jumpmanjr.dasm |