dasy/Makefile

8 lines
103 B
Makefile

SHELL := /bin/bash
GO111MODULE = on
protobuf:
protoc --go_out=. ./protobuf/*.proto
.PHONY: protobuf