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/Crypto/makefile')
-rwxr-xr-xCPP/7zip/Crypto/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/CPP/7zip/Crypto/makefile b/CPP/7zip/Crypto/makefile
deleted file mode 100755
index 2969f309..00000000
--- a/CPP/7zip/Crypto/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-DIRS = \
- 7zAES\~ \
-
-all: $(DIRS)
-
-$(DIRS):
-!include "../SubBuild.mak"