mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
SHELL := /bin/bash
|
|
|
|
GO111MODULE = on
|
|
|
|
protobuf:
|
|
protoc --go_out=. ./protobuf/*.proto
|
|
.PHONY: protobuf
|