Skip to content
New issue

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

Generated makefile's clean targets Windows binaries #3

Open
grepwood opened this issue Oct 1, 2014 · 0 comments
Open

Generated makefile's clean targets Windows binaries #3

grepwood opened this issue Oct 1, 2014 · 0 comments
Labels

Comments

@grepwood
Copy link
Owner

grepwood commented Oct 1, 2014

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

@grepwood grepwood added the bug label Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant