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