Skip to content

Commit

Permalink
fix: Makefile target (argoproj#5313)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <[email protected]>
  • Loading branch information
simster7 committed Mar 5, 2021
1 parent 1c6775a commit 2e857f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
STATIC_FILES := false
else
STATIC_FILES ?= $(shell [ $(DEV_BRANCH) = true ] && echo false || echo true)
Expand Down
1 change: 1 addition & 0 deletions server/static/files.go.stub
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File built without static files
package static

import "net/http"
Expand Down

0 comments on commit 2e857f0

Please sign in to comment.