diff --git a/src/Makefile b/src/Makefile index 17bc98a..108011a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,10 +1,8 @@ +include $(GOROOT)/src/Make.inc -include $(GOROOT)/src/Make.$(GOARCH) - -TARG=feeder -GOFILES=feed.go rss.go atom.go channel.go image.go item.go cloud.go \ +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\ - subtitle.go author.go content.go\ - + subtitle.go author.go content.go include $(GOROOT)/src/Make.pkg