summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 09:41:52 -0500
committerJeff Carr <[email protected]>2025-10-17 09:41:52 -0500
commit367f681a490a48944c5d05ba0fe89d0099c0337d (patch)
treebdd3c500f740588cf6aaf790f13e2ebad37bc88d /Makefile
parent4d86a4cc8e308d9f7d9526dd1fe55011d6c8d96c (diff)
move stuff here from lib/configv0.0.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa6482e..1f704e3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ generate: clean
go mod tidy
go generate
+raw-protoc:
+ cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/filepb --go_opt=Mfakefile.proto=go.wit.com/lib/protobuf/filepb fakefile.proto
+
go-generate:
rm -f *.pb.go *.patch