Skip to content

Commit 40014c2

Browse files
authored
set default goal since bingo disrupts it (#1447)
Signed-off-by: Jordan <[email protected]>
1 parent a9fd06a commit 40014c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export GIT_COMMIT := $(or $(SOURCE_GIT_COMMIT),$(shell git rev-parse --short HEA
1010
export OPM_VERSION := $(or $(SOURCE_GIT_TAG),$(shell git describe --always --tags HEAD))
1111
export BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
1212

13+
.DEFAULT_GOAL := all
14+
1315
# bingo manages consistent tooling versions for things like kind, kustomize, etc.
1416
include .bingo/Variables.mk
1517

0 commit comments

Comments
 (0)