pkg/*/Makefile: Cleanup.

This commit is contained in:
Mikkel Krautz 2011-05-14 18:55:29 +02:00
parent e15ce28618
commit b53aa8d722
5 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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