summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2018-04-26Prepare releasev20180426Luke Shumaker
2018-04-26Update dependenciesLuke Shumaker
This now requires go 1.10 (because x/sys/unix) The cgo that go 1.10 ships is apparently super unhappy when `CC=gcc -std=c99`, it wants GNU dialects. So add a way to override that; set `go_CC=gcc -std=gnu99`. On the bright side, the cgo CFLAGS hacks are no longer nescessary.
2017-12-21prepare releaseLuke Shumaker
2017-09-08prepare releasev20170908Luke Shumaker
2017-05-12prepare releaseLuke Shumaker
2017-01-17Fix `make dist`.Luke Shumaker