cc-compat.sh: list build/bin instead of build

This commit is contained in:
2023-12-24 21:24:30 -05:00
committed by emma
parent c12f382608
commit cfdc2821b2

View File

@@ -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'