mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 12:07:12 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
16
7zip/makefile
Executable file
16
7zip/makefile
Executable file
@@ -0,0 +1,16 @@
|
||||
DIRS = \
|
||||
Compress\~ \
|
||||
Crypto\~ \
|
||||
Archive\~ \
|
||||
UI\~ \
|
||||
Bundles\~ \
|
||||
|
||||
all: $(DIRS) FileManager\~
|
||||
|
||||
$(DIRS):
|
||||
cd $(@D)
|
||||
$(MAKE) -nologo
|
||||
cd ..
|
||||
|
||||
FileManager\~:
|
||||
!include "SubBuild.mak"
|
||||
Reference in New Issue
Block a user