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

Explicitly declare default goals in Makefiles #924

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mbarnes
Copy link
Collaborator

@mbarnes mbarnes commented Dec 4, 2024

What this PR does

setup-env.mk is now included before the "frontend" or "backend" goal is defined in frontend/Makefile and backend/Makefile respectively, and because we were not explicitly naming those as the default goal, the 1st goal in setup-env.mk became the implicit default goal.

Matthew Barnes added 2 commits December 4, 2024 08:57
setup-env.mk is included before the "frontend" goal is defined and
because we were not explicitly naming it as the default goal, the
1st goal in setup-env.mk became the implicit default goal.
setup-env.mk is included before the "backend" goal is defined and
because we were not explicitly naming it as the default goal, the
1st goal in setup-env.mk became the implicit default goal.
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