From f41ff5e0a131dea6b272440d7588f27e32641e42 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Tue, 16 Aug 2016 10:47:43 -0400 Subject: [PATCH] releases: Add freebsd --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 57d25f1..33f8462 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,4 @@ release: GOOS=linux GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE GOOS=linux GOARCH=386 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE GOOS=darwin GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE + GOOS=freebsd GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE