Skip to content

Conversation

@mirusu400
Copy link
Contributor

Solved Problem

When we type wrong argument in first argument, the error said:

"Make target $@ not found. It either does not exist or $@ cannot be the first argument. Use '$(MAKE) help|list_config_targets' to get a list of all possible [configuration] targets."

But when typing make help|list_config_targets, it still not work.

Solution

  • The command has been changed to $(MAKE) list_config_targets, so I changed Makefile too.

not $(MAKE) help|list_config_targets, we should use $(MAKE) list_config_targets
for the desired results.
@dagar dagar merged commit 5121358 into PX4:main Aug 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants