aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-21 10:25:58 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-21 10:25:58 +0000
commit13cd544de3aedc48000b4a0692b04464244334aa (patch)
tree2e87e5c31d19b23dd70bb0b8e0215f174e90f466 /Makefile
parentMerge pull request #1703 (diff)
downloadmonero-13cd544de3aedc48000b4a0692b04464244334aa.tar.xz
Makefile: fix copy/paste mistake in targets (s/freebsd/mac)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ee9d0e3e..64689a1ff 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ release-static-freebsd-x86_64:
mkdir -p build/release
cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="freebsd-x64" ../.. && $(MAKE)
-release-static-freebsd-x86_64:
+release-static-mac-x86_64:
mkdir -p build/release
cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="mac-x64" ../.. && $(MAKE)