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
Hi,
sorry if this is was already discussed but I haven't seen it in the issue list. Please, point me to the concrete issue if exists.
Could you please change the target definition of clean to:
clean::
Using two-colon notation let the user to extend the actions during cleaning. E.g:
include /usr/share/arduino/Arduino.mk clean:: $(RM) *~
Thus, apart from removing build directory, it also deletes all my backup files.
Cheers!
The text was updated successfully, but these errors were encountered:
that's a good idea actually, something i already work around in my makefiles, but this is a better way to do it. fixed in PR #240
Sorry, something went wrong.
08c3ff6
Thanks @cletomartin for reporting it and @sej7278 for implementing it.
No branches or pull requests
Hi,
sorry if this is was already discussed but I haven't seen it in the issue list. Please, point me to the concrete issue if exists.
Could you please change the target definition of clean to:
Using two-colon notation let the user to extend the actions during cleaning. E.g:
Thus, apart from removing build directory, it also deletes all my backup files.
Cheers!
The text was updated successfully, but these errors were encountered: