From 7922043bc6805e5499246d1f781c749f9526d735 Mon Sep 17 00:00:00 2001 From: deepzz0 Date: Thu, 29 Apr 2021 11:18:31 +0800 Subject: [PATCH] chore: add clean --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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