mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-24 03:41:55 -08:00
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
|