BINDIR=${CURDIR}/bin
PACKAGE=route256/notifier

bindir:
	mkdir -p ${BINDIR}

build: bindir
	echo "build notifier"
