X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=f063595373d06345d2208c82c2821e785b831bc6;hb=e2dc030c9e52911ed9808a9e4a65bc9e0e9d8e9b;hp=99d8ae27d78966f5cd017a1d8d8cc04b0d55e5c1;hpb=35f9e7e103ce902e941007e84389a754f16ec058;p=16.git diff --git a/makefile b/makefile index 99d8ae27..f0635953 100755 --- a/makefile +++ b/makefile @@ -604,7 +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 + @wmake initshitman @cd $(BUILD_ROOT) @$(COPYCOMMAND) $(DOSLIBDIR)/make-lowercase . @@ -614,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 ##