summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2019-04-01Add official logov0.3.0-rc2Christian Duerr
2019-01-06Set minimum macOS version to 10.11Christian Duerr
To make sure that CI builds produced by Travis work on all supported versions of macOS and building Alacritty works on all supported versions, the minimum macOS version has been set in the Makefile. This sets the minimum macOS version to `10.11` as a reasonable estimation based on other applications. If the exact version chosen turns out to cause some issues, it can be changed in the future.
2018-10-31Sync .app bundle timestamp during buildDominic Evans
Fixes #1717.
2018-10-03Make the macOS bundle compatible osx 10.12Matthias Bussonnier
On macOS 10.12.6, running `make app` creates a bundle that refuses to start (it complains application is only compatible with more recent versions of macOS). The binary works great when running it directly. To resolve this, the `MACOSX_DEPLOYMENT_TARGET` environment variable is now set automatically from the makefile. This allows building on macOS 10.12 and earlier, without negatively impacting the later versions of macOS.
2018-06-26Make compilation of binary a phony targetCraig Furman
2017-03-06Add tiny wrapper to start from '$HOME'Semyon Pisarev
2017-03-06Add install targetSemyon Pisarev
2017-03-06Updated Makefile to put binary in subdirPetter Uvesten
2017-03-06Add Makefile and .appSemyon Pisarev