diff --git a/compilerplugins/Makefile.mk b/compilerplugins/Makefile.mk index dc0b1c24b702719c506139bebc1989b24d18d2b0..5da6967c161724a3692d90ecaf25cf4bb30f990c 100644 --- a/compilerplugins/Makefile.mk +++ b/compilerplugins/Makefile.mk @@ -21,7 +21,11 @@ else ifeq ($(COM_IS_CLANG),TRUE) -include $(SRCDIR)/compilerplugins/Makefile-clang.mk +compilerplugins: + $(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins + +compilerplugins-clean: + $(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean compilerplugins.clean: compilerplugins-clean