mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
pkg/*/Makefile: Cleanup.
This commit is contained in:
parent
e15ce28618
commit
b53aa8d722
5 changed files with 7 additions and 5 deletions
|
|
@ -2,6 +2,6 @@ include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG = grumble/ban
|
TARG = grumble/ban
|
||||||
GOFILES = \
|
GOFILES = \
|
||||||
ban.go \
|
ban.go
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@ include $(GOROOT)/src/Make.inc
|
||||||
TARG = grumble/blobstore
|
TARG = grumble/blobstore
|
||||||
GOFILES = \
|
GOFILES = \
|
||||||
blobstore.go \
|
blobstore.go \
|
||||||
blobreader.go \
|
blobreader.go
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
include $(GOROOT)/src/Make.inc
|
include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG = packetdatastream
|
TARG = packetdatastream
|
||||||
GOFILES = packetdatastream.go
|
GOFILES = \
|
||||||
|
packetdatastream.go
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
include $(GOROOT)/src/Make.inc
|
include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG = grumble/serverconf
|
TARG = grumble/serverconf
|
||||||
GOFILES = config.go
|
GOFILES = \
|
||||||
|
config.go
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ include $(GOROOT)/src/Make.inc
|
||||||
|
|
||||||
TARG = grumble/sessionpool
|
TARG = grumble/sessionpool
|
||||||
GOFILES = \
|
GOFILES = \
|
||||||
sessionpool.go \
|
sessionpool.go
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue