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

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

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

FileManager\~:
!include "SubBuild.mak"