* Make the comment header 80 columns long
[oota-llvm.git] / Makefile
index ade36fb44f13d77be5c0e6653218b524204d6708..3c78ec3f92cae3d885669bf0b868e39d94c01357 100644 (file)
--- a/Makefile
+++ b/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