From 154658ee12cf789b98cb71fd572a72d47857de37 Mon Sep 17 00:00:00 2001 From: kubbot <3293172751ysy@gmail.com> Date: Tue, 11 Jul 2023 22:14:44 +0800 Subject: [PATCH] feat: add make file Signed-off-by: kubbot <3293172751ysy@gmail.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5fcc3b8c3..d1c733717 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ fmt: vet: @$(GO) vet ./... -lint: Check syntax and styling of go sources. ✨ +## lint: Check syntax and styling of go sources. ✨ .PHONY: lint lint: @$(MAKE) go.lint @@ -184,4 +184,4 @@ help: Makefile ## help-all: Show all help details info. ✨ .PHONY: help-all help-all: go.help copyright.help tools.help image.help dependencies.help gen.help release.help swagger.help help - $(call makeallhelp) \ No newline at end of file + $(call makeallhelp)