witProtobuf/Makefile

15 lines
219 B
Makefile
Raw Normal View History

events.pb.go: events.proto
protoc --go_out=. events.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