# The build contract is mk/plugin.mk — one file carrying every target an app
# needs: build, test, vet, describe, clean. This names the app this package
# backs and includes it, like every sibling.
APPS := mq
include ../../mk/plugin.mk
