Commit Graph

5 Commits

Author SHA1 Message Date
0282d78cd3 uses goreleaser 2020-10-07 12:04:25 +02:00
5102efe29e more archs and fixes version 2020-04-17 13:19:26 +02:00
Abel Luck
62a5558be7 Fix variable export in Makefile
Makefile runs each line of a target in a separate shell, so things like
`export` and `source` do not propagate to the next lines, you must run
the commands in a single shell, which is what I've done in this commit.

With out this change, `make build` fails on my debian linux box.
2020-04-15 12:40:41 +02:00
8de5bb652b build system 2020-03-31 11:02:55 +02:00
7902798c57 first commit 2020-03-27 09:17:40 +01:00