diff --git a/examples/sayhello/build.sh b/examples/sayhello/build.sh new file mode 100644 index 0000000..7ece719 --- /dev/null +++ b/examples/sayhello/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +make build run \ No newline at end of file