From fc678797baa18c90fc43abafcad331ccdfcc5d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20T=C3=B6rnberg?= Date: Tue, 25 Nov 2025 19:41:08 +0100 Subject: [PATCH] update --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 400d2c7..6dbfdc8 100644 --- a/Makefile +++ b/Makefile @@ -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: