summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 07:45:30 -0500
committerJeff Carr <[email protected]>2025-06-30 07:45:30 -0500
commit683522ee46da7ce97fa4948ef3e9ebb951a44c1e (patch)
tree030fc841cbd8860bdfc224538298a12fbe45f9d4 /Makefile
parentd4f9878298b9228e5767c9c5e52cf577c2754038 (diff)
version v4: use 'namespace' as primary fieldv0.0.101
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a486984..73ee15e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ goimports:
# dump autogenerated files and potential patches
clean:
rm -f *.pb.go go.* *.patch
- go-mod-clean --purge
+ go-mod-clean purge
#refs.pb.go: refs.proto
# cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \