From: Ben Gras Date: Tue, 13 Jul 2010 14:13:27 +0000 (+0000) Subject: top-level Makefile: include info on clang-libraries target. X-Git-Tag: v3.1.8~249 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch08.html?a=commitdiff_plain;h=d4e41fd1f63695226223440116049473800701e0;p=minix.git top-level Makefile: include info on clang-libraries target. --- diff --git a/Makefile b/Makefile index 54e0b559a..95421dfc8 100644 --- 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."