mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-24 03:41:55 -08:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = cryptstate
|
|
GOFILES = cryptstate.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|