mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
rename README file
This commit is contained in:
parent
757cb3ad90
commit
5c11a13700
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
/ghq
|
||||
/dist
|
||||
README.txt
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -54,7 +54,6 @@ DIST_DIR = dist/v$(VERSION)
|
|||
.PHONY: crossbuild
|
||||
crossbuild: CREDITS
|
||||
rm -rf $(DIST_DIR)
|
||||
cp ghq.txt README.txt
|
||||
goxz -arch=386,amd64 -build-ldflags=$(BUILD_LDFLAGS) \
|
||||
-include='zsh/_ghq' -z -d $(DIST_DIR)
|
||||
cd $(DIST_DIR) && shasum $$(find * -type f -maxdepth 0) > SHASUMS
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
ghq.txt
|
||||
Loading…
Reference in a new issue