top-level Makefile: include info on clang-libraries target.

This commit is contained in:
Ben Gras 2010-07-13 14:13:27 +00:00
parent 0574bb5a63
commit d4e41fd1f6

View file

@ -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."