Commit 81440cc 1 parent ebd9943 commit 81440cc Copy full SHA for 81440cc
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -124,16 +124,12 @@ linter: testenv
124
124
@echo " LINT: Running code checks.."
125
125
@$(DRUN ) hyperledger/fabric-testenv:$(DOCKER_TAG ) ./scripts/golinter.sh
126
126
127
- build/bin /chaintool : Makefile
127
+ % /chaintool : Makefile
128
128
@echo " Installing chaintool"
129
129
@mkdir -p $(@D )
130
130
curl -L https://github.com/hyperledger/fabric-chaintool/releases/download/$(CHAINTOOL_RELEASE ) /chaintool > $@
131
131
chmod +x $@
132
132
133
- % /bin/chaintool : build/bin/chaintool
134
- @mkdir -p $(@D )
135
- @cp $^ $@
136
-
137
133
# We (re)build a package within a docker context but persist the $GOPATH/pkg
138
134
# directory so that subsequent builds are faster
139
135
build/docker/bin/% : $(PROJECT_FILES )
You can’t perform that action at this time.
0 commit comments