OSDN Git Service

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 457a9fa..af80cac 100755 (executable)
Binary files a/db.exe and b/db.exe differ
index d2fa87c..748be72 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 16956bb..cdc348c 100755 (executable)
Binary files a/wcpu.exe and b/wcpu.exe differ