go-pkg-rss/src/Makefile

9 lines
251 B
Makefile
Raw Normal View History

2010-08-25 19:31:56 +00:00
include $(GOROOT)/src/Make.inc
2010-08-25 19:31:56 +00:00
TARG = feeder
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\
2010-08-25 19:31:56 +00:00
subtitle.go author.go content.go
include $(GOROOT)/src/Make.pkg