mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
14 lines
146 B
Makefile
Executable File
14 lines
146 B
Makefile
Executable File
DIRS = \
|
|
UI\~ \
|
|
Bundles\~ \
|
|
|
|
all: $(DIRS) FileManager\~
|
|
|
|
$(DIRS):
|
|
cd $(@D)
|
|
$(MAKE) -nologo
|
|
cd ..
|
|
|
|
FileManager\~:
|
|
!include "SubBuild.mak"
|