mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-28 05:31:58 -08:00
8 lines
176 B
Makefile
8 lines
176 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = mumbleproto
|
|
GOFILES=\
|
|
Mumble.pb.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
|