perkeep/server/go/blobserver/Makefile

13 lines
330 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
2010-06-29 17:36:40 +00:00
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobserver.a\
$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobserver/handlers.a\
$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobserver/localdisk.a\
2010-06-29 17:36:40 +00:00
TARG=camlistored
GOFILES=\
camlistored.go\
partitions.go\
2010-06-29 17:36:40 +00:00
include $(GOROOT)/src/Make.cmd