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