mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
12 lines
132 B
Makefile
Executable File
12 lines
132 B
Makefile
Executable File
DIRS = \
|
|
Client7z\~ \
|
|
Console\~ \
|
|
Explorer\~ \
|
|
FileManager\~ \
|
|
GUI\~ \
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
!include "../SubBuild.mak"
|