]> Zhao Yanbai Git Server - minix.git/commitdiff
top-level Makefile: include info on clang-libraries target.
authorBen Gras <ben@minix3.org>
Tue, 13 Jul 2010 14:13:27 +0000 (14:13 +0000)
committerBen Gras <ben@minix3.org>
Tue, 13 Jul 2010 14:13:27 +0000 (14:13 +0000)
Makefile

index 54e0b559a1e9cc67dbb3ef3110f386b21bc36a1c..95421dfc8c004fa9aa63f044c905dc6ec1355978 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ usage:
        @echo " make depend        # Generate required .depend files"
        @echo " make gnu-includes  # Install include files for GCC"
        @echo " make gnu-libraries # Compile and install libraries for GCC"
+       @echo " make clang-libraries # Compile and install libraries for GCC with clang"
        @echo " make clean         # Remove all compiler results"
        @echo "" 
        @echo "Run 'make' in tools/ to create a new MINIX configuration."