9 lines
102 B
Makefile
9 lines
102 B
Makefile
SUBDIRS = lib tools tests
|
|
|
|
if BUILD_FUSE
|
|
SUBDIRS += fuse
|
|
endif
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += linux
|
|
endif |