Commit 44b0eee0 authored by root's avatar root

update

parent f6834b06
...@@ -5,8 +5,9 @@ version=$(shell ./version.sh) ...@@ -5,8 +5,9 @@ version=$(shell ./version.sh)
tarfile = $(shell echo "build/chain33-pai_$(version).tar.gz" | sed s/[[:space:]]//g) tarfile = $(shell echo "build/chain33-pai_$(version).tar.gz" | sed s/[[:space:]]//g)
all: build all: build
test: build:
@go build -v . @go build -v .
@echo $(check)
@rm -rf build/chain33-pai @rm -rf build/chain33-pai
@mkdir build/chain33-pai @mkdir build/chain33-pai
@cp chain33-pai build/chain33-pai @cp chain33-pai build/chain33-pai
...@@ -16,9 +17,6 @@ test: ...@@ -16,9 +17,6 @@ test:
@chmod +x build/chain33-pai/scripts/*.sh @chmod +x build/chain33-pai/scripts/*.sh
@tar cvfpz $(tarfile) build/chain33-pai @tar cvfpz $(tarfile) build/chain33-pai
@echo "ok" @echo "ok"
build:
@go build -v .
tool: tool:
go vet ./...; true go vet ./...; true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment