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

makefile « UI « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 942beaa03083f7af0f83e8fcb8f1f78cbc1304da (plain)
1
2
3
4
5
6
7
8
9
10
DIRS = \
  Client7z\~ \
  Console\~ \
  Explorer\~ \
  GUI\~ \

all: $(DIRS)

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