mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = grumble/serverconf
|
|
GOFILES = \
|
|
config.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|