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

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

all: $(DIRS)

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