Skip to content

Instantly share code, notes, and snippets.

@janl
Created August 19, 2014 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janl/372ac0ca5610e286f5ab to your computer and use it in GitHub Desktop.
Save janl/372ac0ca5610e286f5ab to your computer and use it in GitHub Desktop.
commit 39d3b5066038d2e1da35a3d5e231bab6271eaae7
Author: Jan Lehnardt <jan@apache.org>
Date: Tue Aug 19 18:28:20 2014 +0200
add devclean target that cleans out the dev cluster state
diff --git a/Makefile b/Makefile
index ed927ba..ea1aba8 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment