diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-04-30 16:41:03 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-04-30 16:41:03 -0400 |
commit | 8658f202325f61ec5351a5b0a7dd190e8b7b0fdc (patch) | |
tree | bec716ebad81ae3eef4e6b70d5dd6473ccbea966 /Makefile | |
parent | Revert "prompt to delete build directory on 'make clean'" (diff) | |
download | monero-8658f202325f61ec5351a5b0a7dd190e8b7b0fdc.tar.xz |
how does github lol
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ 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: |