Files
deployd/Makefile
Ritchie Martori 7bd358899f Release v0.3.6
2012-03-28 17:03:05 -07:00

9 lines
119 B
Makefile

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