Files
deployd/Makefile
2012-03-29 08:38:12 -07:00

9 lines
119 B
Makefile

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