diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/Makefile')
-rw-r--r-- | clang-tools-extra/clang-tidy/readability/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/readability/Makefile b/clang-tools-extra/clang-tidy/readability/Makefile new file mode 100644 index 00000000000..7d9e2acec7e --- /dev/null +++ b/clang-tools-extra/clang-tidy/readability/Makefile @@ -0,0 +1,12 @@ +##===- clang-tidy/readability/Makefile ---------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +CLANG_LEVEL := ../../../.. +LIBRARYNAME := clangTidyReadability + +include $(CLANG_LEVEL)/Makefile |