From 7293f2e48bfe271d009bfef11feb9f2019448841 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 17 Oct 2020 12:44:46 -0600 Subject: [PATCH] disable freebsd builds. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97a9236..928d9a5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BINARY=\ .PHONY: all $(BINARY) -all: $(BINARY) windows/amd64 freebsd/amd64 freebsd/386 +all: $(BINARY) windows/amd64 $(BINARY): OS = $(word 1,$(subst /, ,$*)) $(BINARY): ARCH = $(word 2,$(subst /, ,$*))