perkeep/lib/go/mysqlindexer/Makefile

14 lines
278 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/mysqlindexer
GOFILES=\
mysqlindexer.go\
enumerate.go\
stat.go\
receive.go\
include $(GOROOT)/src/Make.pkg