Windshaft-cartodb/Makefile

12 lines
180 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/*
config/environments/test.js: config/environments/test.js.example
./configure
check: config/environments/test.js
2012-07-10 00:56:09 +08:00
./run_tests.sh