We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make clean does:
make clean
Making clean in plugins test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "" || rm -f rm -f _.o rm -f *.lo Making clean in src rm -f acmtool rm -rf .libs _libs test -z "libacm.la" || rm -f libacm.la rm -f "./so_locations" rm -f *.o rm -f *.lo Making clean in . rm -rf .libs libs rm -f in_libacm.dll acmtool.exe core core. rm -f *.lo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make clean
does:Making clean in plugins
test -z "" || rm -f
test -z "" || rm -f
rm -rf .libs _libs
test -z "" || rm -f
rm -f _.o
rm -f *.lo
Making clean in src
rm -f acmtool
rm -rf .libs _libs
test -z "libacm.la" || rm -f libacm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
Making clean in .
rm -rf .libs libs
rm -f in_libacm.dll acmtool.exe core core.
rm -f *.lo
The text was updated successfully, but these errors were encountered: