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

make: *** No rule to make target local.up', needed by local-dev'. Stop. #191

Closed
cmoulliard opened this issue Apr 25, 2023 · 3 comments · Fixed by #192
Closed

make: *** No rule to make target local.up', needed by local-dev'. Stop. #191

cmoulliard opened this issue Apr 25, 2023 · 3 comments · Fixed by #192
Labels
bug Something isn't working

Comments

@cmoulliard
Copy link

Issue

The following make commands fail on macos

make local-dev
make: *** No rule to make target `local.up', needed by `local-dev'.  Stop.

make help
make: *** No rule to make target `help'.  Stop.
@cmoulliard cmoulliard added the bug Something isn't working label Apr 25, 2023
@bobh66
Copy link
Contributor

bobh66 commented Apr 25, 2023

Did you run make submodules first? That will initialize the build submodule which allows the rest of the make commands to work.

@cmoulliard
Copy link
Author

That fixed the problem. Can you mention it part of the README file please ?

@jbw976
Copy link
Member

jbw976 commented Apr 26, 2023

Good idea @cmoulliard - would you be up for contributing that small improvement to the README? Always happy to have contributions and help from the community 🙇‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants