Commit graph

2 commits

Author SHA1 Message Date
John MacFarlane
5922237b58 static-linux: allow setting TREE to build from arbitrary git commit. 2017-03-19 10:24:25 +01:00
John MacFarlane
63c96f8b91 Added static-linux directory.
This provides a Makefile and Dockerfile sufficient for
producing a completely statically linked linux executable
for maximum portability.

If docker is installed, this should suffice:

make setup
make build

The binary will be placed in artifacts/.
2017-03-17 14:19:08 +01:00