Extend base cargo commands #1114
Answered
by
sagiegurari
pepperoni505
asked this question in
Q&A
-
Is it possible to extend base cargo commands like |
Beta Was this translation helpful? Give feedback.
Answered by
sagiegurari
Jul 17, 2024
Replies: 1 comment
-
you can extend the task in your make file and add depedencies to do things before the clean. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pepperoni505
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can extend the task in your make file and add depedencies to do things before the clean.
if you want to do things after the clean, you need to do clear=true and than set run action to the tasks you want to run.
there are a lot of examples in the internal makefiles of how i do things.