Files
deployd/Makefile
2012-03-26 12:59:49 -07:00

9 lines
120 B
Makefile

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