mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
10 lines
99 B
Makefile
Executable File
10 lines
99 B
Makefile
Executable File
DIRS = \
|
|
Console\~ \
|
|
Explorer\~ \
|
|
GUI\~ \
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
!include "../SubBuild.mak"
|