Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
44b0eee0
Commit
44b0eee0
authored
Apr 03, 2020
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f6834b06
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Makefile
Makefile
+2
-4
No files found.
Makefile
View file @
44b0eee0
...
...
@@ -5,8 +5,9 @@ version=$(shell ./version.sh)
tarfile
=
$(
shell
echo
"build/chain33-pai_
$(version)
.tar.gz"
|
sed
s/[[:space:]]//g
)
all
:
build
test
:
build
:
@
go build
-v
.
@
echo
$(check)
@
rm
-rf
build/chain33-pai
@
mkdir
build/chain33-pai
@
cp
chain33-pai build/chain33-pai
...
...
@@ -16,9 +17,6 @@ test:
@
chmod
+x build/chain33-pai/scripts/
*
.sh
@
tar
cvfpz
$(tarfile)
build/chain33-pai
@
echo
"ok"
build
:
@
go build
-v
.
tool
:
go vet ./...
;
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment