summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index ade36fb44f1..3c78ec3f92c 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -22,6 +22,9 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+tools-only:
+ @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done
+
AUTOCONF = autoconf
AUTOHEADER = autoheader
OpenPOWER on IntegriCloud