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