Windshaft-cartodb/Makefile

9 lines
73 B
Makefile
Raw Normal View History

2012-07-10 00:56:09 +08:00
all:
npm install
2012-07-10 21:56:40 +08:00
clean:
rm -rf node_modules/*
2012-07-10 00:56:09 +08:00
check:
./run_tests.sh