update
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Failing after 7s
Build and Publish / BuildAndDeployArm64 (push) Failing after 9s

This commit is contained in:
2025-11-25 19:41:08 +01:00
parent 374bd4272b
commit fc678797ba

View File

@@ -78,7 +78,6 @@ clean_proto:
@echo "$(YELLOW)Removing generated protobuf files...$(RESET)"
@rm -f $(PROTO_DIR)/*_grpc.pb.go $(PROTO_DIR)/*.pb.go
@rm -f *.pb.go
@rm -rf git.tornberg.me
@echo "$(GREEN)Clean complete.$(RESET)"
verify_proto: