From: Jean-Christophe Beaupré Date: Sun, 7 May 2017 21:32:21 +0000 (-0400) Subject: Makefile: Document `full` more accurately X-Git-Url: http://nitlanguage.org Makefile: Document `full` more accurately Signed-off-by: Jean-Christophe Beaupré --- diff --git a/Makefile b/Makefile index 0397545..53c1687 100644 --- 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