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 '7zip/Compress/makefile')
-rwxr-xr-x7zip/Compress/makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/7zip/Compress/makefile b/7zip/Compress/makefile
deleted file mode 100755
index 68a8502c..00000000
--- a/7zip/Compress/makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-DIRS = \
- Branch\~ \
- ByteSwap\~ \
- BZip2\~ \
- Copy\~ \
- Deflate\~ \
- LZMA\~ \
- PPMD\~ \
- Rar29\~ \
-
-all: $(DIRS)
-
-$(DIRS):
-!include "../SubBuild.mak"