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:
parent
31d02da4ae
commit
1a851548db
18 changed files with 4 additions and 4 deletions
8
Makefile
Normal file
8
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue