diff --git a/Makefile b/Makefile index 3b11f6215..b8e81154a 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,6 @@ $(MAKEFILE): -include $(MAKEFILE) -# we still need to do this for windows -bblfsh-client: - cd vendor/gopkg.in/bblfsh/client-go.v3 && make dependencies - -dependencies: bblfsh-client - upgrade: go run tools/rev-upgrade/main.go -p $(UPGRADE_PRJ) -r $(UPGRADE_REV) @@ -46,4 +40,4 @@ ci-e2e: packages go test ./e2e -gitbase-version="$(TRAVIS_TAG)" \ -must-run \ -gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \ - -gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v \ No newline at end of file + -gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v