Makefile: talk about nit_env.sh after successful `make all`
authorJean Privat <jean@pryen.org>
Thu, 22 Oct 2015 18:12:32 +0000 (14:12 -0400)
committerJean Privat <jean@pryen.org>
Mon, 26 Oct 2015 14:49:25 +0000 (10:49 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

Makefile

index da0acf0..6d3bc86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ NITCOPT=
 PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile))
 
 all: tools man
+       @echo ""
+       @echo "Congratulations! Nit was succesfully compiled."
+       @echo "To configure your shell environment, execute the following command:"
+       @echo "    source misc/nit_env.sh install"
 
 # Compile all programs in $PROGS
 full: all