aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-16 08:49:07 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-16 08:49:28 +0000
commite389bd9e60dccc720cc65497b6330d81ca16c465 (patch)
treea4953feb2661d8435d3d5c0e18260a68ef611630
parentMerge pull request #1569 (diff)
downloadmonero-e389bd9e60dccc720cc65497b6330d81ca16c465.tar.xz
Makefile: remove mistakenly added local custom target
-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; \