From 27a3c79c4620a8b04deeb5a8d5f4b667edd38157 Mon Sep 17 00:00:00 2001 From: Kimapr Date: Mon, 8 Apr 2024 05:25:31 +0500 Subject: [PATCH] cls --- build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build b/build index 180aece..5193d3e 100755 --- a/build +++ b/build @@ -9,10 +9,6 @@ elif command -v ld.lld >/dev/null; then else gcc -shared -nostdlib target/amogus.o -o target/amogus || exit fi -#gnu() { shift 1 && gcc "$@"; } -#"$(command -v ~/stuff/zig/zig || echo gnu)" \ -#cc -shared -nostdlib target/amogus.o -o target/amogus || exit -#ld.lld -shared -nostdlib target/amogus.o -o target/amogus || exit objdump -d target/amogus cp target/amogus target/amogstrip strip -K entry target/amogstrip