summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2014-08-19 18:28:20 +0200
committerJan Lehnardt <jan@apache.org>2014-08-19 18:28:20 +0200
commit39d3b5066038d2e1da35a3d5e231bab6271eaae7 (patch)
tree69699e779556b63ee490d71742567ae342a63c7f
parent91f51216b39368bb3dfc71258da6c78dc93bdb42 (diff)
downloadcouchdb-39d3b5066038d2e1da35a3d5e231bab6271eaae7.tar.gz
add devclean target that cleans out the dev cluster state
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed927ba37..ea1aba89b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ dist: compile
distclean: clean
@rm -rf rel/couchdb
+devclean:
+ @rm -rf dev/lib/*/data
+
include install.mk
install: dist
@mkdir -p $(prefix)