Making package easily usable with goinstall. Including the reference to go-pkg-xmlx and the build target in the makefile.

This commit is contained in:
jim teeuwen 2011-01-20 22:57:04 +01:00
parent 31d02da4ae
commit 1a851548db
18 changed files with 4 additions and 4 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
include $(GOROOT)/src/Make.inc
TARG = github.com/jteeuwen/go-pkg-rss
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\
subtitle.go author.go content.go
include $(GOROOT)/src/Make.pkg