diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 05:49:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 05:49:23 -0600 |
| commit | a4beeca8579f23560eb30ba3acd75a533ed1d4d8 (patch) | |
| tree | cdc2eed5e9fc76bd29cef5ab5e2f8619ef08ac1d /Makefile | |
| parent | 78bfce745b3a966e34c8468eabf925c43167ae44 (diff) | |
mutex's are being added to the protoc pb.go file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
