From 839ee1d6bd127b4905d368e5537733532b2ff2a6 Mon Sep 17 00:00:00 2001 From: Jasper Siepkes Date: Mon, 5 Dec 2016 11:47:54 +0100 Subject: [PATCH] Add support for building Illumos (Solaris) binary. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31cac4f..6182ba3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ RELEASES=bin/acme-darwin-amd64 \ bin/acme-linux-386 \ bin/acme-linux-arm \ bin/acme-windows-amd64.exe \ - bin/acme-windows-386.exe + bin/acme-windows-386.exe \ + bin/acme-solaris-amd64 all: $(RELEASES)