From a4beeca8579f23560eb30ba3acd75a533ed1d4d8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 05:49:23 -0600 Subject: mutex's are being added to the protoc pb.go file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84c2924..6d054de 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: auto: rm -f auto.pb.go ./autogenpb --proto auto.proto --package main - rm -f auto.sort.pb.go auto.marshal.pb.go + rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: make -C testfiles full -- cgit v1.2.3