Change `make` to `make build`

For building from source as an end user running the tests is not necessary.
This commit is contained in:
Fabian Reinartz 2016-02-05 11:30:31 +01:00
parent facabe254f
commit 328e1d733a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ You can also clone the repository yourself and build using `make`:
$ cd $GOPATH/src/github.com/prometheus
$ git clone https://github.com/prometheus/prometheus.git
$ cd prometheus
$ make
$ make build
$ ./prometheus -config.file=your_config.yml
The Makefile provides several targets: