From 8a65ba1e7ccbe4b7f8ea031092cc2a84765c0e05 Mon Sep 17 00:00:00 2001 From: John Schoenick Date: Mon, 27 Aug 2018 13:42:06 -0700 Subject: [PATCH] configure.sh: Improve help text --- configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 14c9b7bc..8256c6d4 100755 --- a/configure.sh +++ b/configure.sh @@ -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" } #