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
-1
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: