6 lines
98 B
Makefile
6 lines
98 B
Makefile
SUBDIRS = damage shadow
|
|
if COMPOSITE
|
|
SUBDIRS += cw
|
|
endif
|
|
DIST_SUBDIRS = damage shadow cw rootless
|