mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
- This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
5 lines
73 B
Makefile
5 lines
73 B
Makefile
CLANG_LEVEL := ..
|
|
DIRS := clang clang-c
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|