-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update Building-in-Mac-OSX.md #506
Conversation
✅ Deploy Preview for origin-betaflight-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -68,6 +68,6 @@ changes from the repository, then rebuild the firmware: | |||
git reset --hard | |||
git pull | |||
|
|||
make clean TARGET=MATEKH743 | |||
make TARGET=MATEKH743 | |||
make clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make clean CONFIG=MATEKH743
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm -rf obj
is less typing :)- can we make this
make clean MATEKH743
andmake clean
for all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have make MATEKH743_clean
as well, so what id preferred? (or no preference?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make MATEKH743_clean
is ugly :)
Quality Gate passedIssues Measures |
No description provided.