mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 19:49:36 +00:00
e6c1daa8fd
- 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
|