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

Commit

Permalink
Merge pull request #47 from siepkes/solaris_support
Browse files Browse the repository at this point in the history
Add support for building Illumos (Solaris) binary.
  • Loading branch information
x1ddos authored Dec 5, 2016
2 parents 48ecb3c + 839ee1d commit a44a8bb
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 a44a8bb

Please sign in to comment.