diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-22 11:43:51 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-22 11:43:51 +0000 |
commit | 554f63f2c7e359c1f699ae5ba08cca18e849d4de (patch) | |
tree | bdcf2e84eacacee76fdc9ad120ec10af4fb3d1cf | |
parent | b5985420d5910e068b0c8b84b8af2223e6bdf130 (diff) |
Add clang-format to the corresponding Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177727 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 23197a15b4..b33c74d66e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,7 +12,7 @@ CLANG_LEVEL := .. include $(CLANG_LEVEL)/../../Makefile.config DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ - clang-check + clang-check clang-format # Recurse into the extra repository of tools if present. OPTIONAL_DIRS := extra |