diff options
-rwxr-xr-x | clang/tools/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile new file mode 100755 index 00000000000..0fee3f8a11e --- /dev/null +++ b/clang/tools/Makefile @@ -0,0 +1,13 @@ +##===- tools/Makefile --------------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL := ../../.. +DIRS := ccc + +include $(LEVEL)/Makefile.common |