aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-26 16:13:42 -0400
committeriamcheeseman <[email protected]>2026-05-26 16:13:42 -0400
commit9de6584a9327c7cb1c64f9064d21ef9c1012590e (patch)
tree288738fb8506f24c88685b203f73b51ce95532f1
parent8816be54ee97cbcdc5e4936279989985c8221b21 (diff)
simplify build script teensy bit
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
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