From 4f71406de2b9f09b059db210eddaf7aa2e4ed8e2 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 29 Mar 2021 15:26:49 +0700 Subject: [PATCH] Updated the build --- examples/sayhello/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/sayhello/build.sh 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