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