mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
11 lines
102 B
Makefile
11 lines
102 B
Makefile
DIRS = \
|
|
UI\~ \
|
|
Bundles\~ \
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
cd $(@D)
|
|
$(MAKE) -nologo
|
|
cd ..
|