chore: add make clean

main
sudo pacman -Syu 2023-01-17 10:27:31 +07:00
parent 1f29d172b1
commit a3174aa386
1 changed files with 4 additions and 1 deletions

View File

@ -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