mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
add mac target for release
This commit is contained in:
parent
a02363325e
commit
81dbe1288d
6
Makefile
6
Makefile
@ -291,6 +291,12 @@ windows-release: windows-release-configure
|
|||||||
|
|
||||||
windows: windows-release
|
windows: windows-release
|
||||||
|
|
||||||
|
mac-release: release-configure
|
||||||
|
$(MAKE) -C '$(BUILD_ROOT)'
|
||||||
|
cd '$(BUILD_ROOT)' && cpack -D CPACK_MONOLITHIC_INSTALL=1 -G productbuild ..
|
||||||
|
|
||||||
|
mac: mac-release
|
||||||
|
|
||||||
abyss: debug
|
abyss: debug
|
||||||
$(ABYSS_EXE)
|
$(ABYSS_EXE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user