mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = grumble/mumbleproto
|
|
GOFILES=\
|
|
Mumble.pb.go \
|
|
types.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
|