This commit is contained in:
decanus
2019-08-07 14:41:42 +02:00
parent ae2fb13f53
commit 7911449a21

View File

@@ -6,6 +6,10 @@ build:
go build
.PHONY: build
test:
go test -v
.PHONY: test
protobuf:
protoc --go_out=. ./protobuf/*.proto
.PHONY: protobuf