mirror of https://github.com/perkeep/perkeep.git
16 lines
303 B
Makefile
16 lines
303 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobref.a\
|
|
$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/blobserver.a\
|
|
|
|
TARG=camli/blobserver/localdisk
|
|
GOFILES=\
|
|
enumerate.go\
|
|
localdisk.go\
|
|
path.go\
|
|
receive.go\
|
|
stat.go\
|
|
util.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|