From a3174aa38670c7ec70e434f6b880c843d05955a2 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 17 Jan 2023 10:27:31 +0700 Subject: [PATCH] chore: add make clean --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92d307..c29125a 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,8 @@ format: gofimports -w -company github.com/make-go-great . gofumpt -w -extra . -build: +build: clean go build ./cmd/gofimports + +clean: + rm -rf gofimports