grumble/pkg/freezer/Makefile
2011-08-27 13:46:14 +02:00

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