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

makefile « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1db4c9adadeb902b51bc55d81ff9d5cc292034bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DIRS = \
  Compress\~ \
  Crypto\~ \
  Archive\~ \
  UI\~ \
  Bundles\~ \
  
all: $(DIRS) FileManager\~

$(DIRS):
	cd $(@D)
	$(MAKE) -nologo
	cd ..

FileManager\~:
!include "SubBuild.mak"