Skip to content

Commit

Permalink
Add bash completion to release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 2, 2020
1 parent 60adea9 commit 91ee8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 91ee8e5

Please sign in to comment.