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