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