From 9de6584a9327c7cb1c64f9064d21ef9c1012590e Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 26 May 2026 16:13:42 -0400 Subject: simplify build script teensy bit --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 907c070..556bb50 100755 --- a/build.sh +++ b/build.sh @@ -34,8 +34,6 @@ execute() { eval $1 } -time ( - execute "$CC -o $OUT $SRC $CFLAGS $LDFLAGS" -) +time execute "$CC -o $OUT $SRC $CFLAGS $LDFLAGS" [ "$DO_RUN" -eq 1 ] && $RUN_CMD ./$OUT -- cgit v1.3-2-g0d8e