6 lines
79 B
Makefile
6 lines
79 B
Makefile
if BUILD_CLIENTS
|
|
clients = clients
|
|
endif
|
|
|
|
SUBDIRS = compositor $(clients) data
|