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

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

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