Revert "prompt to delete build directory on 'make clean'"
This reverts commit 9c70be0e77
.
This commit is contained in:
parent
465bdc9629
commit
d165b74910
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -25,9 +25,6 @@ test-release: build-release
|
||||||
all-release: build-release
|
all-release: build-release
|
||||||
|
|
||||||
clean:
|
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
|
rm -rf build
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue