Moving bulk of amqp play crap into separate lib

in prep for changing the things, introducing more code.
This commit is contained in:
Dan Buch
2012-11-10 18:47:32 -05:00
parent d24efe640b
commit 1ab8d7d42c
3 changed files with 29 additions and 13 deletions

View File

@@ -4,12 +4,12 @@ PACKAGES := $(foreach pkg,\
$(shell ls src/meatballhat.com/gotour-artifacts),\
$(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\
)
PACKAGES += meatballhat.com/amqpfun
PACKAGES += meatballhat.com/amqpfun-runner
test: build
go test $(PACKAGES)
build: deps fmt
build: deps
go install $(PACKAGES)
fmt: