mirror of https://github.com/perkeep/perkeep.git
8 lines
115 B
Makefile
8 lines
115 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camli/clientconfig
|
||
|
GOFILES=\
|
||
|
clientconfig.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|