summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-08-16Better document installation; change default prefix=/usr/localLuke Shumaker
Go >= 1.4 is required, because 1.4 introduced os.Unsetenv, which we use.
2017-08-16Merge commit 'b6e79c4a2de132f72319c9088558a15ba2790de7' into lukeshuLuke Shumaker
2017-08-16Makefile: .SECONDARY:, .DELETE_ON_ERROR:Luke Shumaker
As I think these should be on in all Makefiles.
2017-08-16Make installation paths and such configurableLuke Shumaker
This doesn't change the default behavior at all.
2017-01-18initial commitLuke Shumaker