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