mirror of
https://github.com/mumble-voip/grumble.git
synced 2026-01-10 20:12:01 -08:00
13 lines
232 B
Makefile
13 lines
232 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = grumble/freezer
|
|
GOFILES = \
|
|
writer.go \
|
|
walker.go \
|
|
types.go \
|
|
types.pb.go \
|
|
error.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
|
|
|