aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-16 08:40:18 -0500
committerRiccardo Spagni <ric@spagni.net>2017-01-16 08:40:18 -0500
commit4b6be1529ecf05571ee0b5d3143fc725cfa6c9a9 (patch)
tree2583e0f93ccfa6e83ebb3e00991016c7a6a46801
parentMerge pull request #1536 (diff)
parentMakefile: remove mistakenly added local custom target (diff)
downloadmonero-4b6be1529ecf05571ee0b5d3143fc725cfa6c9a9.tar.xz
Merge pull request #1583
e389bd9e Makefile: remove mistakenly added local custom target (moneromooo-monero)
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 37962df5f..e6517ebac 100644
--- a/Makefile
+++ b/Makefile
@@ -96,14 +96,6 @@ release-static-win32:
mkdir -p build/release
cd build/release && cmake -G "MSYS Makefiles" -D STATIC=ON -D ARCH="i686" -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=Release -D CMAKE_TOOLCHAIN_FILE=../../cmake/32-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys32 ../.. && $(MAKE)
-custom:
- mkdir -p build/custom
- cd build/custom && cmake -D BUILD_TESTS=ON -D USE_LTO=OFF -D ARCH="x86-64" -D CMAKE_BUILD_TYPE=custom ../.. && $(MAKE)
-
-custom-test:
- mkdir -p build/custom
- cd build/custom && cmake -D BUILD_TESTS=ON -D USE_LTO=OFF -D ARCH="x86-64" -D CMAKE_BUILD_TYPE=custom ../.. && $(MAKE) all test
-
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; \