From 742f67ef30a3bc5f4a1e660c727c9d81d7a994f8 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 10 Sep 2024 13:45:24 -0500 Subject: [PATCH] set default goal since bingo disrupts it Signed-off-by: Jordan --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7b679d199..6d849ee02 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ export GIT_COMMIT := $(or $(SOURCE_GIT_COMMIT),$(shell git rev-parse --short HEA export OPM_VERSION := $(or $(SOURCE_GIT_TAG),$(shell git describe --always --tags HEAD)) export BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ') +.DEFAULT_GOAL := all + # bingo manages consistent tooling versions for things like kind, kustomize, etc. include .bingo/Variables.mk