include ./makefile.mk

watch:
	watchman ./deploy/server "make test" &

test: 
	mocha --harmony deploy/server/dsl-test.js --reporter spec 