Moving bulk of amqp play crap into separate lib
in prep for changing the things, introducing more code.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user