diff options
Diffstat (limited to 'tools/Makefile')
-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 |