]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / makefile
index 6d6b065a78d66cdb8bc87066bba533510798f7f6..f063595373d06345d2208c82c2821e785b831bc6 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -537,8 +537,8 @@ wwwdo: .symbolic
        @wmake -s -h wwwext
 
 wwwext: .symbolic
-       @wmake -s -h wwwext1
        @wmake -s -h wwwext2
+       @wmake -s -h wwwext1
 
 wwwext1: .symbolic
        ####----@ssh -p $(HOSTPORT) $(HOSTUSER)@$(HOSTADDR) 'rm -f $(HOSTDIR)/16/*exe*'
@@ -593,6 +593,7 @@ reinitlibs: .symbolic
        @$(REMOVECOMMAND) -rf 16/wolf3d
        @$(REMOVECOMMAND) -rf 16/keen
        @$(REMOVECOMMAND) -rf 16/Catacomb3D
+       @$(REMOVECOMMAND) -rf 16/shitman
        @wmake -s -h initlibs
 
 initlibs: .symbolic
@@ -603,6 +604,7 @@ initlibs: .symbolic
        @git clone https://github.com/id-Software/wolf3d.git
        @git clone https://github.com/keendreams/keen.git
        @git clone https://github.com/FlatRockSoft/Catacomb3D.git
+       @wmake initshitman
        @cd $(BUILD_ROOT)
        @$(COPYCOMMAND) $(DOSLIBDIR)/make-lowercase .
 
@@ -612,6 +614,14 @@ getlib: .symbolic
        @git clone https://github.com/zserge/jsmn.git
        @cd $(BUILD_ROOT)
 
+initshitman: .symbolic
+       @cd 16
+       @git clone https://github.com/joncampbell123/shitman.git
+       @cd shitman
+       @$(REMOVECOMMAND) -rf doslib
+       @git clone https://github.com/joncampbell123/doslib.git
+       @cd $(BUILD_ROOT)
+
 ##
 ##     experimental libs
 ##