mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 14:07:00 -06:00
Initialer Commit
This commit is contained in:
10
CPP/7zip/makefile
Normal file
10
CPP/7zip/makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
DIRS = \
|
||||
UI\~ \
|
||||
Bundles\~ \
|
||||
|
||||
all: $(DIRS)
|
||||
|
||||
$(DIRS):
|
||||
cd $(@D)
|
||||
$(MAKE) -nologo
|
||||
cd ..
|
||||
Reference in New Issue
Block a user