Makefile: Document `full` more accurately
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 7 May 2017 21:32:21 +0000 (17:32 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 7 May 2017 21:32:21 +0000 (17:32 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Makefile

index 0397545..53c1687 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,9 @@ all: tools man
        @echo "To configure your shell environment, execute the following command:"
        @echo "    source misc/nit_env.sh install"
 
-# Compile all programs in $PROGS
+# Compile all programs in `contrib`, `examples` and `src`.
+#
+# Furthermore, build the toolchain’s `man` pages.
 full: all
        for m in $(PROGS); do $(MAKE) -C "$$m" || exit 1; done