From 63bf13aac245b2b68f4238e89b865364f3841997 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 6 Oct 2023 00:58:08 +0800 Subject: [PATCH] some minor change --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 00290fe2..ff84b5dc 100644 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ echo "> Compiling main.cpp and linking to libpocketpy$LIB_EXTENSION..." clang++ $FLAGS -o main src2/main.cpp -L. -lpocketpy $LINK_FLAGS if [ $? -eq 0 ]; then - echo "Build completed successfully. To use pocketpy, run : ./main" + echo "Build completed. Type \"./main\" to enter REPL." else echo "Build failed." exit 1