1
0
Fork 0

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

This commit is contained in:
Sasha Koshka 2023-12-24 21:24:30 -05:00 committed by emma
parent c12f382608
commit cfdc2821b2
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

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'