This provides support for the autoconfing & make build style. The format, style and implementation follows that used within the llvm and clang projects. TODO: implement out-of-source documentation builds. llvm-svn: 210177
5 lines
59 B
Makefile
5 lines
59 B
Makefile
LLD_LEVEL := ..
|
|
DIRS := lld
|
|
|
|
include $(LLD_LEVEL)/Makefile
|