readme: add information section
[nit.git] / Makefile
index cad3ffa..6d3bc86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,11 @@ NITCOPT=
 # Additional program directories (contrib and examples) that are buildable
 PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile))
 
-all: tools
+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