From d4e41fd1f63695226223440116049473800701e0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 13 Jul 2010 14:13:27 +0000 Subject: [PATCH] top-level Makefile: include info on clang-libraries target. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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."