mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
static build
This commit is contained in:
parent
c90b8a0a16
commit
6af16aea18
2
Makefile
2
Makefile
|
|
@ -49,7 +49,7 @@ DIST_DIR = dist/v$(VERSION)
|
|||
.PHONY: crossbuild
|
||||
crossbuild: CREDITS
|
||||
rm -rf $(DIST_DIR)
|
||||
godzil crossbuild -build-ldflags=$(BUILD_LDFLAGS) \
|
||||
godzil crossbuild -static -build-ldflags=$(BUILD_LDFLAGS) \
|
||||
-include='misc/zsh/_ghq' -z -d $(DIST_DIR)
|
||||
cd $(DIST_DIR) && shasum $$(find * -type f -maxdepth 0) > SHASUMS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue