Merge pull request #498 from cosmos/makefile

MERGE: makefile: dont use sub vendor deps
This commit is contained in:
Ethan Buchman 2018-02-27 16:28:55 -05:00 committed by GitHub
commit e519ccb1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ gaia:
build:
@rm -rf examples/basecoin/vendor/
cd examples/basecoin && $(MAKE) get_vendor_deps
go build $(BUILD_FLAGS) -o build/basecoind ./examples/basecoin/cmd/basecoind/...
dist: