GNUmakefile, cc-compat.sh: fix install target #7

Closed
sashakoshka wants to merge 4 commits from sashakoshka/coreutils:fix-install-target into main
Showing only changes of commit 60794652ab - Show all commits

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'