This commit is contained in:
decanus 2019-08-07 14:41:42 +02:00
parent ae2fb13f53
commit 7911449a21
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 4 additions and 0 deletions

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