X-Git-Url: http://nitlanguage.org diff --git a/Makefile b/Makefile index da0acf0..0397545 100644 --- 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 @@ -67,7 +71,8 @@ doc/nitc/index.html: bin/nitdoc bin/nitls --piwik-site-id "3" man: - $(MAKE) -C share/man + # Setup PATH to find nitc + PATH=$$PWD/bin:$$PATH $(MAKE) -C share/man clean: rm -rf -- doc/stdlib doc/nitc || true