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

fix: Makefile target #5313

Merged
merged 1 commit into from
Mar 5, 2021
Merged

fix: Makefile target #5313

merged 1 commit into from
Mar 5, 2021

Conversation

simster7
Copy link
Member

@simster7 simster7 commented Mar 5, 2021

Checklist:

Signed-off-by: Simon Behar <[email protected]>
@@ -28,7 +28,7 @@ VERSION := $(GIT_TAG)
endif

# should we build the static files?
ifneq (,$(filter $@,codegen|lint|test|docs))
ifneq (,$(filter $(MAKECMDGOALS),codegen lint test docs start))
Copy link
Member Author

@simster7 simster7 Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only GNU Make supports $@. $(MAKECMDGOALS) is supported by all makes.

Also, make start does not need static files as the UI is built and served by webpack

@simster7 simster7 merged commit 2e857f0 into argoproj:master Mar 5, 2021
This was referenced Mar 8, 2021
simster7 added a commit that referenced this pull request Mar 8, 2021
Signed-off-by: Simon Behar <[email protected]>
@simster7 simster7 mentioned this pull request Apr 19, 2021
50 tasks
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.

None yet

2 participants