Messing around with I/O streams and regexes

This commit is contained in:
Dan Buch
2012-11-10 20:27:23 -05:00
parent 1ab8d7d42c
commit d0fbe716d9
2 changed files with 55 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ PACKAGES := $(foreach pkg,\
$(shell ls src/meatballhat.com/gotour-artifacts),\
$(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\
)
PACKAGES += $(foreach pkg,\
$(shell ls src/meatballhat.com/junkdrawer),\
$(patsubst %,meatballhat.com/junkdrawer/%,$(pkg))\
)
PACKAGES += meatballhat.com/amqpfun-runner
test: build