In dev-setup.md, it says: ## Building our source mkdir -p github.com/google && cd github.com/google git clone https://github.com/google/shipshape.git cd shipshape ./configure # Run initial Shipshape+Bazel setup bazel build //... # Build all Shipshape source I try this in Ubuntu 14.04.5 LTS and Ubuntu 16.04 LTS, both get same error: $ bazel build //... Warning: ignoring http_proxy in environment. ERROR: no targets found beneath ''. INFO: Elapsed time: 0.106s Can anyone tell me what is wrong?
In dev-setup.md, it says:
Building our source
I try this in Ubuntu 14.04.5 LTS and Ubuntu 16.04 LTS, both get same error:
$ bazel build //...
Warning: ignoring http_proxy in environment.
ERROR: no targets found beneath ''.
INFO: Elapsed time: 0.106s
Can anyone tell me what is wrong?