]> 4ch.mooo.com Git - 16.git/commitdiff
makefile fixed from ym mistake from yesterday
authorsparky4 <sparky4@cock.li>
Thu, 5 Jan 2017 14:33:12 +0000 (08:33 -0600)
committersparky4 <sparky4@cock.li>
Thu, 5 Jan 2017 14:33:12 +0000 (08:33 -0600)
db.exe
makefile
wcpu.exe

diff --git a/db.exe b/db.exe
index 457a9fa192d31529e39312c63fcfc8b50357625a..af80cac81c36b2b54df02442584b23793f3cadcb 100755 (executable)
Binary files a/db.exe and b/db.exe differ
index d2fa87c0090ce79513d2b77367011bd7599a3bfe..748be72134a31a0d0e8580e774f9c255e075d671 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -402,7 +402,6 @@ mkdl: .symbolic
 cldl: .symbolic
        @cd $(DOSLIB:$(to_os_path))
        @$(DOSLIBMAKEALL) $(DOSLIB_MEMMODE) clean
-       @if exist ext/readme $(REMOVECOMMAND) -rf ext/readme
        @cd $(BUILD_ROOT)
 
 uplibs: .symbolic
@@ -426,8 +425,7 @@ initlibs: .symbolic
        @$(COPYCOMMAND) git_con.fig .git/config
        @$(COPYCOMMAND) git_modu.les .gitmodules
        @$(COPYCOMMAND) git_igno.re .gitignore
-       @wmake -h cldl
-       @wmake -h jmdl
+       @wmake -h getlib
        @cd 16
        @git clone https://github.com/FlatRockSoft/CatacombApocalypse.git
        @git clone https://github.com/id-Software/wolf3d.git
@@ -436,13 +434,9 @@ initlibs: .symbolic
        @cd $(BUILD_ROOT)
        @$(COPYCOMMAND) $(DOSLIB)/make-lowercase .
 
-dlcl: .symbolic
+getlib: .symbolic
        @cd $(SRCLIB:$(to_os_path))
        @git clone https://github.com/joncampbell123/doslib.git
-       @cd $(BUILD_ROOT)
-
-jmcl: .symbolic
-       @cd $(SRCLIB:$(to_os_path))
        @git clone https://github.com/zserge/jsmn.git
        @cd $(BUILD_ROOT)
 
index 16956bbfaaeabe1c00fcf4fd3fda576dcd07d152..cdc348c1ac1ce7659a568a25ff10692d02ff36be 100755 (executable)
Binary files a/wcpu.exe and b/wcpu.exe differ