From 82a94417f74c8b7d6055d27613efdf785fd4d36f Mon Sep 17 00:00:00 2001 From: clincha Date: Thu, 25 Jan 2024 19:22:34 +0000 Subject: [PATCH] change default behaviour to plan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98a1f02..b87ed9a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DESCRIBE_PARTS := $(subst -, ,$(DESCRIBE)) VERSION_TAG := $(word 1,$(DESCRIBE_PARTS)) VERSION := $(subst v,,$(VERSION_TAG)) -all: build plan apply +all: build plan build: @echo "Building..."