aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-31 04:50:44 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-31 04:50:44 -0400
commit8fefba0a2262d725dad7c25edc023c2590029126 (patch)
treeb73e9a3205bd8c55d0a0ffcd17ebb86e5fa1797d /Makefile
parent01ecb0758b7c0c165bc6e5d61cf613c420bfe383 (diff)
downloadjumpmanjr-8fefba0a2262d725dad7c25edc023c2590029126.tar.gz
bomb_pickup stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb342ae..0279bf1 100644
--- a/Makefile
+++ b/Makefile
@@ -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