diff --git a/Makefile b/Makefile index 7193aca..3a1d485 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ DIST_DIR = dist crossbuild: CREDITS rm -rf $(DIST_DIR) godzil crossbuild -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) \ - -os=linux,darwin -d=$(DIST_DIR) ./cmd/* + -os=linux,darwin -static -d=$(DIST_DIR) ./cmd/* cd $(DIST_DIR) && shasum -a 256 $$(find * -type f -maxdepth 0) > SHA256SUMS