Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/makefile')
-rwxr-xr-xCPP/7zip/makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/CPP/7zip/makefile b/CPP/7zip/makefile
index 500c779a..dcdabb5d 100755
--- a/CPP/7zip/makefile
+++ b/CPP/7zip/makefile
@@ -2,12 +2,10 @@ DIRS = \
UI\~ \
Bundles\~ \
-all: $(DIRS) FileManager\~
+all: $(DIRS)
$(DIRS):
cd $(@D)
$(MAKE) -nologo
cd ..
-FileManager\~:
-!include "SubBuild.mak"