makefile: dont use sub vendor deps

This commit is contained in:
Ethan Buchman 2018-02-21 09:53:14 -05:00
parent 53812a2076
commit e4ba2f83a2
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: