From d97191d4f95a9fcbf154bcaed297daabd7cf691d Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 15 Sep 2014 08:13:26 +0200 Subject: new Makefile target: release-static --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65b72d4e1..8a4e7a75e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,10 @@ test-release: build-release all-release: build-release +release-static: + mkdir -p build/release + cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D CMAKE_BUILD_TYPE=Release ../.. && $(MAKE) + 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; \ -- cgit v1.2.3