Skip to content

Commit

Permalink
Add Make clean. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 authored Aug 24, 2023
1 parent 423bf3f commit 03de1a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ build:
.PHONY: release
release:
goreleaser release --clean

.PHONY: clean
clean:
go clean -testcache

0 comments on commit 03de1a7

Please sign in to comment.