Windshaft-cartodb/Makefile
2012-10-05 15:50:40 +02:00

12 lines
180 B
Makefile

all:
npm install
clean:
rm -rf node_modules/*
config/environments/test.js: config/environments/test.js.example
./configure
check: config/environments/test.js
./run_tests.sh