mirror of https://github.com/perkeep/perkeep.git
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camli/jsonsign
|
||
|
GOFILES=\
|
||
|
sign.go\
|
||
|
verify.go\
|
||
|
keys.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|