Closed Cbeck527 closed 4 years ago
This Makefile should make it easy for a developer to generate distributions that can be hosted on a platform other than the Mac App Store.
make build
make
make dmg
All binaries are placed in the build/ directory.
build/
Hopefully this can help address https://github.com/thoughtbot/Markoff/issues/16 and subsequently https://github.com/thoughtbot/Markoff/issues/12 -- which is why I went down this rabbit hole in the first place 😆
This Makefile should make it easy for a developer to generate distributions that can be hosted on a platform other than the Mac App Store.
make build
(ormake
without options) will compile the applicationmake dmg
will generate a DMG file for distributionAll binaries are placed in the
build/
directory.Hopefully this can help address https://github.com/thoughtbot/Markoff/issues/16 and subsequently https://github.com/thoughtbot/Markoff/issues/12 -- which is why I went down this rabbit hole in the first place 😆