From 9623586ba26397a1fd06c99f94c1c561951af325 Mon Sep 17 00:00:00 2001 From: Weinong Wang Date: Thu, 30 Jan 2025 21:08:59 +0000 Subject: [PATCH] fixed the default target in makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 951a67a..9a29ecf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.DEFAULT_GOAL := all + include .bingo/Variables.mk TARGET := kubelogin