From bc6234aad3a184b80ff6a8a3fcb8166fd7233de1 Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Sat, 20 Jan 2024 23:01:43 +0800 Subject: [PATCH] Update Makefile Co-authored-by: Martin HS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0f03c9880..dd12c8b6be 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test: all lint: ## Run linters. $(GORUN) build/ci.go lint -#? clean: Clean go cache and built excutebles, and the auto generated folder +#? clean: Clean go cache, built executables, and the auto generated folder clean: go clean -cache rm -fr build/_workspace/pkg/ $(GOBIN)/*