mirror of https://github.com/perkeep/perkeep.git
10 lines
214 B
Makefile
10 lines
214 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/schema.a $(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/client.a
|
||
|
TARG=camget
|
||
|
GOFILES=\
|
||
|
camget.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.cmd
|
||
|
|