From 2ac6f60a30451b4cc6887b00f39af698e9b2f30d Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 24 May 2024 10:01:26 +0900 Subject: [PATCH] Remove the unnecessary script run.sh was taken from original vendor repo. This can be confusing to tizen developer if it can be using or not. To clarify this, remove the unnecessary script. Change-Id: I26d59298417825dcf8469efa32290160c3b92c8d Signed-off-by: Jaehoon Chung --- run.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 run.sh diff --git a/run.sh b/run.sh deleted file mode 100755 index 33ab6700..00000000 --- a/run.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -make ARCH=riscv CROSS_COMPILE=/home/cxx194832/toolchain/riscv-linux/bin/riscv64-unknown-linux-gnu- -j BUILD_TYPE=RELEASE - -- 2.34.1