configure.sh: Improve help text

This commit is contained in:
John Schoenick 2018-08-27 13:42:06 -07:00
parent 055183eaa5
commit 8a65ba1e7c

View file

@ -86,7 +86,8 @@ function configure() {
echo >> "$MAKEFILE" ""
echo >> "$MAKEFILE" "include \$(SRCDIR)/build/makefile_base.mak"
stat "Created $MAKEFILE, clear to run make! See BUILDING.md for make targets and instructions"
stat "Created $MAKEFILE, run now make to build."
stat " See BUILDING.md for make targets and instructions"
}
#