summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@cloudant.com>2011-10-17 18:33:52 +0100
committerRobert Newson <robert.newson@cloudant.com>2011-10-17 18:34:07 +0100
commit1605ef5500851f89613c5cef33dd8bc0f5032bc1 (patch)
treebe0a245344b5a240812215a19e251c86389f51df /Makefile
parent2063aca3d4246773a59c24ba768ddb1e712356f8 (diff)
remove scons cache in 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bf74e8c..ef6236cd 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ compile:
clean:
@echo "==> couchjs (clean)"
@cd couchjs && python scons/scons.py --clean
+ @rm -rf couchjs/.sconf_temp couchjs/.sconsign.dblite
@./rebar clean
# compile is required here because of cross-dependencies between apps