Windshaft-cartodb/Makefile
2012-07-10 15:56:40 +02:00

9 lines
73 B
Makefile

all:
npm install
clean:
rm -rf node_modules/*
check:
./run_tests.sh