diff --git a/build_tools.sh b/build_tools.sh index 822e2505..a97e0475 100755 --- a/build_tools.sh +++ b/build_tools.sh @@ -46,5 +46,5 @@ fi gmake -j $BUILD_PROC printf "Built vvmtool successfully.\n" -cp -v vvm ../../bin/vvm +cp -v vvmtool ../../bin/vvmtool printf "DONE. Built ALL components successfully.\n"