aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 046d745..ae792bb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install:
go install ./...
xinstall:
-# TODO: Switch to -static flags once 1.14 is released.
+# TODO: Switch to -static flag once 1.14 is released.
# https://github.com/golang/go/issues/26492
env GOOS=$(XGOOS) GOARCH=$(XGOARCH) CGO_ENABLED=1 \
CC=x86_64-linux-musl-gcc go install -ldflags '-extldflags "-static"' ./...