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