perkeep/lib/go/blobserver/Makefile

11 lines
187 B
Makefile

include $(GOROOT)/src/Make.inc
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobref.a
TARG=camli/blobserver
GOFILES=\
interface.go\
blobhub.go\
include $(GOROOT)/src/Make.pkg