diff options
| author | iamcheeseman <[email protected]> | 2026-05-26 16:13:42 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-26 16:13:42 -0400 |
| commit | 9de6584a9327c7cb1c64f9064d21ef9c1012590e (patch) | |
| tree | 288738fb8506f24c88685b203f73b51ce95532f1 /build.sh | |
| parent | 8816be54ee97cbcdc5e4936279989985c8221b21 (diff) | |
simplify build script teensy bit
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
