diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-21 10:25:58 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-21 10:25:58 +0000 |
commit | 13cd544de3aedc48000b4a0692b04464244334aa (patch) | |
tree | 2e87e5c31d19b23dd70bb0b8e0215f174e90f466 /Makefile | |
parent | Merge pull request #1703 (diff) | |
download | monero-13cd544de3aedc48000b4a0692b04464244334aa.tar.xz |
Makefile: fix copy/paste mistake in targets (s/freebsd/mac)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |