diff options
Diffstat (limited to 'include/clang/Makefile')
-rw-r--r-- | include/clang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Makefile b/include/clang/Makefile index e366e4e..030b072 100644 --- a/include/clang/Makefile +++ b/include/clang/Makefile @@ -1,5 +1,5 @@ CLANG_LEVEL := ../.. -DIRS := AST Basic Driver +DIRS := AST Basic Driver Serialization include $(CLANG_LEVEL)/Makefile |