add mac target for release

This commit is contained in:
Jeff Becker 2020-04-02 11:25:32 -04:00
parent a02363325e
commit 81dbe1288d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -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)