mirror of
https://github.com/monero-project/monero.git
synced 2025-06-27 04:50:29 -04:00
how does github lol
This commit is contained in:
parent
d165b74910
commit
8658f20232
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -25,6 +25,9 @@ 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…
Add table
Add a link
Reference in a new issue