From cfdc2821b278f590fc39b777469f304e66f05045 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 24 Dec 2023 21:24:30 -0500 Subject: [PATCH] cc-compat.sh: list build/bin instead of build --- tests/cc-compat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cc-compat.sh b/tests/cc-compat.sh index c75d0e0..f6f66ea 100755 --- a/tests/cc-compat.sh +++ b/tests/cc-compat.sh @@ -32,7 +32,7 @@ do make CC="$CC" && printf '%s: Build successful.\n' "$0" - ls -lA build/ + ls -lA build/bin make clean printf '\n'