aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormydesktop <dev.mc2@gmail.com>2014-04-30 16:39:11 -0400
committermydesktop <dev.mc2@gmail.com>2014-04-30 16:39:11 -0400
commitd165b74910e3f5b7cab5d6f04d7e0892bb2a0944 (patch)
tree4ea612e8a817f06f6c7322a730181fc229b82067
parentfurther fixes for mac osx (diff)
downloadmonero-d165b74910e3f5b7cab5d6f04d7e0892bb2a0944.tar.xz
Revert "prompt to delete build directory on 'make clean'"
This reverts commit 9c70be0e77c3e0b9f4a06c962203d049851b6cc5.
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 65b72d4e1..451319b08 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,6 @@ test-release: build-release
all-release: build-release
clean:
- @echo "WARNING: Back-up your wallet if it exists within ./build!" ; \
- read -r -p "This will destroy the build directory, continue (y/N)?: " CONTINUE; \
- [ $$CONTINUE = "y" ] || [ $$CONTINUE = "Y" ] || (echo "Exiting."; exit 1;)
rm -rf build
tags: