From 1c5ba93201c3178dfa1f45f0bd30d15731366bbd Mon Sep 17 00:00:00 2001 From: jim teeuwen Date: Thu, 9 Feb 2012 17:31:42 +0100 Subject: [PATCH] No more Makefiles. Use go command to build and install. --- Makefile | 8 -------- README | 4 +--- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 61ca923..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -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 diff --git a/README b/README index 9620648..2718926 100644 --- a/README +++ b/README @@ -34,13 +34,11 @@ an example of how this works. DEPENDENCIES ================================================================================ - goinstall github.com/jteeuwen/go-pkg-xmlx + github.com/jteeuwen/go-pkg-xmlx ================================================================================ USAGE ================================================================================ - $ goinstall github.com/jteeuwen/go-pkg-rss - An idiomatic example program can be found in example.go.