From 4e7bbd89900a733593f0848778103c1cf1a7145d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 15:43:50 -0600 Subject: reorg to final resting place at go.wit.com/gui/gui Signed-off-by: Jeff Carr --- protobuf/Makefile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 protobuf/Makefile (limited to 'protobuf/Makefile') diff --git a/protobuf/Makefile b/protobuf/Makefile deleted file mode 100644 index 7dd70be..0000000 --- a/protobuf/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -all: - # You must use the current protoc-gen-go - # protoc --version 3.6++ does not mean that protoc will generate version3 .go files - # - # apt remove golang-goprotobuf-dev - # apt install protobuf-compiler - # - # Then: - # go get -u github.com/golang/protobuf/protoc-gen-go - # cd ~/go/src/github.com/golang/protobuf/protoc-gen-go - # go install - # - # Then: - protoc --version - make widget.pb.go - -clean: - rm -f *.pb.go - -widget.pb.go: widget.proto - protoc --go_out=. widget.proto - -compile: - protoc --go_out=. *.proto - -deps: - apt install golang-goprotobuf-dev - apt install protobuf-compiler - -push: - git pull - git add --all - git commit -a -s - git push -- cgit v1.2.3