Commit 231b1380 by Dane Springmeyer

more clean targets

parent 0331723a
...@@ -2,10 +2,11 @@ build: ...@@ -2,10 +2,11 @@ build:
node-gyp build node-gyp build
clean: clean:
rm test/support/big.db* rm -f test/support/big.db*
rm test/tmp/* rm -f test/tmp/*
rm -rf ./deps/sqlite-autoconf-*/ rm -rf ./deps/sqlite-autoconf-*/
rm -rf ./build rm -rf ./build
rm -rf ./out
db: db:
@if ! [ -f test/support/big.db ]; then \ @if ! [ -f test/support/big.db ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment