Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 54597c0b
authored
Aug 11, 2016
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use SHA256SUM
1 parent
49f2051c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
54597c0
...
...
@@ -48,7 +48,7 @@ targz:
cd
${
OUTPUT_DIR
}
/pkg/;
for
osarch
in
*
;
do
(
cd
$$
osarch; tar zcvf ../../dist/gotty_
$$
osarch.tar.gz ./
*
)
;
done
;
shasums
:
cd
${
OUTPUT_DIR
}
/dist; sha
sum
*
> ./SHA
SUMS
cd
${
OUTPUT_DIR
}
/dist; sha
256sum
*
> ./SHA256
SUMS
release
:
ghr --delete --prerelease -u yudai -r gotty pre-release
${
OUTPUT_DIR
}
/dist
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment