diff --git a/Makefile b/Makefile index a8da9a2..54f53d3 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ backup: dist: @scripts/dist_tar.sh $(tag) +# clean +clean: + @rm -rf bin && rm *.tar.gz + # protoc protoc: @cd pkg/proto && make protoc