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

Makefile support #121

Open
luiswirth opened this issue Apr 24, 2024 · 3 comments
Open

Makefile support #121

luiswirth opened this issue Apr 24, 2024 · 3 comments

Comments

@luiswirth
Copy link

luiswirth commented Apr 24, 2024

kondo should inspect Makefiles and run their respective clean command (make clean)

@tbillington
Copy link
Owner

Thanks for opening the issue @LU15W1R7H .

I'm not very well versed in makefiles, is clean more of a common convention ? To my knowledge Makefiles don't have any "built in" commands.

@tbillington
Copy link
Owner

I have referenced this issue in #122 to capture the more broad implications of this change.

@luiswirth
Copy link
Author

is clean more of a common convention ?

You could say so, since it really is just another build target and not a new command. But this convention is very widely used. Even the official gnu manual has a page dedicated to it. So I would argue that you can treat it as if it would be a make feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants