diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ ifeq ($(MAKECMDGOALS),libs-only) OPTIONAL_DIRS := endif ifeq ($(BUILD_CLANG_ONLY),YES) - DIRS := $(filter-out tools docs unittests, $(DIRS)) - tools/driver tools/libclang + DIRS := $(filter-out tools docs unittests, $(DIRS)) \ + tools/driver tools/libclang OPTIONAL_DIRS := endif |