From 367f681a490a48944c5d05ba0fe89d0099c0337d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 09:41:52 -0500 Subject: move stuff here from lib/config --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3