summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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