Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Add support for building Illumos (Solaris) binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
siepkes committed Dec 5, 2016
1 parent 48ecb3c commit 839ee1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 839ee1d

Please sign in to comment.