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

makefile « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68a8502c84cb19d62dc177333e9b4ad2b13eb327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DIRS = \
  Branch\~ \
  ByteSwap\~ \
  BZip2\~ \
  Copy\~ \
  Deflate\~ \
  LZMA\~ \
  PPMD\~ \
  Rar29\~ \
  
all: $(DIRS)

$(DIRS):
!include "../SubBuild.mak"