diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-04-09 12:45:18 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-04-11 10:20:35 -0400 |
commit | a81e98b3db4948cba6a597387f96d10c08e4d75c (patch) | |
tree | efb215647c5e840bda38a57763a00d43ab24633d | |
parent | 8fd962f6faecac925dcc23f87635d4915475acf3 (diff) | |
download | bfs-main.tar.xz |
Fixes: 3678c2e ("bench/ioq: New ioq microbenchmark")
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ for arg; do done # Set up symbolic links for out-of-tree builds -for f in Makefile build completions docs src tests; do +for f in Makefile bench build completions docs src tests; do test -e "$f" || ln -s "$DIR/$f" "$f" done |