configure.sh: Improve help text
This commit is contained in:
parent
055183eaa5
commit
8a65ba1e7c
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ function configure() {
|
||||||
echo >> "$MAKEFILE" ""
|
echo >> "$MAKEFILE" ""
|
||||||
echo >> "$MAKEFILE" "include \$(SRCDIR)/build/makefile_base.mak"
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue