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