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

makefile « Crypto « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61f59603ec1793d4a68615cafdf26e98321fa318 (plain)
1
2
3
4
5
6
7
8
DIRS = \
  7zAES\~ \
  AES\~ \
  
all: $(DIRS)

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