Makefile improvements #132

Closed
emma wants to merge 24 commits from makefile-improvements into main
Showing only changes of commit e278307daf - Show all commits

View File

@ -28,12 +28,6 @@ for script in tests/bonsai/*.sh; do
printf '\n'
done
if ! ls Makefile >/dev/null 2>&1
then
printf '%s: Run this script in the root of the project.\n' "$0" 1>&2
exit 1
fi
printf "Starting POSIX compatibility testing.\n\n"
for utility in tests/posix/*; do