Fix for recent Go release.
This commit is contained in:
parent
365cffa6a4
commit
2f6b6f5930
|
@ -1,10 +1,8 @@
|
||||||
|
include $(GOROOT)/src/Make.inc
|
||||||
include $(GOROOT)/src/Make.$(GOARCH)
|
|
||||||
|
|
||||||
TARG = feeder
|
TARG = feeder
|
||||||
GOFILES = feed.go rss.go atom.go channel.go image.go item.go cloud.go \
|
GOFILES = feed.go rss.go atom.go channel.go image.go item.go cloud.go \
|
||||||
enclosure.go source.go input.go category.go generator.go link.go\
|
enclosure.go source.go input.go category.go generator.go link.go\
|
||||||
subtitle.go author.go content.go\
|
subtitle.go author.go content.go
|
||||||
|
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.pkg
|
include $(GOROOT)/src/Make.pkg
|
||||||
|
|
Loading…
Reference in New Issue