Add "make clean"

This commit is contained in:
Sandro Santilli 2012-07-10 15:56:40 +02:00
parent da593ded74
commit 45b9cac423

View File

@ -1,5 +1,8 @@
all:
npm install
clean:
rm -rf node_modules/*
check:
./run_tests.sh