From 91ee8e5a17526842bca87e886751658d906ad9a7 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 2 May 2020 19:59:08 +0900 Subject: [PATCH] Add bash completion to release archives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a42e2908..aea6e97b 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ DIST_DIR = dist/v$(VERSION) crossbuild: CREDITS rm -rf $(DIST_DIR) env CGO_ENABLED=0 godzil crossbuild -build-ldflags=$(BUILD_LDFLAGS) \ - -include='misc/zsh/_ghq' -z -d $(DIST_DIR) + -include='misc/bash/_ghq','misc/zsh/_ghq' -z -d $(DIST_DIR) cd $(DIST_DIR) && shasum $$(find * -type f -maxdepth 0) > SHASUMS .PHONY: upload