Files
deployd/Makefile
2012-03-27 17:34:00 -07:00

9 lines
123 B
Makefile

test:
@mocha
dashboard:
node ../dashboard/make build
rm -rf dashboard
cp -r ../dashboard/build dashboard
.PHONY: test