6 lines
80 B
Makefile
6 lines
80 B
Makefile
|
|
.if ${COMPILER_TYPE} == "gnu"
|
|
SUBDIR = build
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|