From d52d0df00cc732cf25cef76fa3ac744dfef823a8 Mon Sep 17 00:00:00 2001 From: John Kenyon Date: Mon, 23 Jun 2025 16:10:05 -0700 Subject: [PATCH] Add general command to makefile --- simple-proj/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simple-proj/Makefile b/simple-proj/Makefile index 7290a48..2ccc20a 100644 --- a/simple-proj/Makefile +++ b/simple-proj/Makefile @@ -1,5 +1,7 @@ +all: cluster image load apply restart watch + cluster: kind-config.yaml kind create cluster --config kind-config.yaml