From 12bde7dcc1c69cd0f17aa6709dbd9425072e04ce Mon Sep 17 00:00:00 2001 From: rgimad <33692565+rgimad@users.noreply.github.com> Date: Sat, 15 Mar 2025 00:19:55 +0300 Subject: [PATCH] Apps/shell: delete irrelevant build.sh --- programs/system/shell/build.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 programs/system/shell/build.sh diff --git a/programs/system/shell/build.sh b/programs/system/shell/build.sh deleted file mode 100755 index 5318dd4c8..000000000 --- a/programs/system/shell/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -../../develop/ktcc/trunk/source/kos32-tcc -I../../develop/ktcc/trunk/libc.obj/include -nostdlib ../../develop/ktcc/trunk/bin/lib/crt0.o -L../../develop/ktcc/trunk/bin/lib shell.c system/kolibri.c -o shell -ltcc -lc.obj -../../other/kpack/linux/kpack shell \ No newline at end of file