fix(Makefile): add -r to delete .artifacts/grpc (#6697)

This commit is contained in:
Miguel Cabrerizo
2023-10-18 11:46:45 +02:00
committed by GitHub
parent fb2bd15780
commit c06dc106b8

View File

@@ -83,7 +83,7 @@ console_build: console_dependencies console_client
.PHONY: clean
clean:
$(RM) .artifacts/grpc
$(RM) -r .artifacts/grpc
$(RM) $(gen_authopt_path)
$(RM) $(gen_zitadel_path)