forked from External/grumble
6 lines
106 B
Makefile
6 lines
106 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = cryptstate
|
|
GOFILES = cryptstate.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|