]> 4ch.mooo.com Git - 16.git/commitdiff
16_ca needs huge amounts of work and I should remember what needs to be done soon...
authorsparky4 <sparky4@cock.li>
Sat, 27 May 2017 03:01:50 +0000 (22:01 -0500)
committersparky4 <sparky4@cock.li>
Sat, 27 May 2017 03:01:50 +0000 (22:01 -0500)
16/shitman [new submodule]
makefile

diff --git a/16/shitman b/16/shitman
new file mode 160000 (submodule)
index 0000000..30235e5
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 30235e5eabc57190c68d5b042a687295029026cc
index b3d013fe169a8b76d005dd20635d6284c8e470b1..f063595373d06345d2208c82c2821e785b831bc6 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -604,10 +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
-       @git clone https://github.com/joncampbell123/shitman.git
-       @cd 16/shitman
-       @$(REMOVECOMMAND) -rf doslib
-       @git clone https://github.com/joncampbell123/doslib.git
+       @wmake initshitman
        @cd $(BUILD_ROOT)
        @$(COPYCOMMAND) $(DOSLIBDIR)/make-lowercase .
 
@@ -617,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
 ##