feat(Makefile): update clean when run all

pull/2345/head
180909 2 years ago
parent 60b00c8ade
commit 86da4cfd54
  1. 1
      Makefile

@ -56,6 +56,7 @@ uninstall:
.PHONY: clean
clean:
@${TOOLS_SHELL} tidy
@rm cmd/kratos/kratos && rm cmd/protoc-gen-go-errors/protoc-gen-go-errors && rm cmd/protoc-gen-go-http/protoc-gen-go-http
@echo "clean finished"
.PHONY: fix

Loading…
Cancel
Save