mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = grumble/logtarget
|
|
GOFILES = \
|
|
logtarget.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|