diff --git a/Makefile b/Makefile index 7aa8d8c..90f78e5 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,10 @@ lint: $(GOLANGCI) .PHONY: test test: go test -v ./... + +# +# Clean +# +.PHONY: clean +clean: + - rm -rf $(BINPATH)