Skip to content

Commit

Permalink
Updated devel readme use make target. (istio#589)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Updated devel readme use `make target`.

**Release note**:

```release-note
None
```
  • Loading branch information
gyliu513 authored and istio-merge-robot committed Aug 26, 2017
1 parent 2405c74 commit 81e1e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Using Mixer as an example:

```shell
cd $ISTIO/mixer
bazel build //...
make build
```

This build command figures out what it needs to do and does not need any input from you.
Expand All @@ -250,14 +250,14 @@ tooling functions correctly
You can delete any build artifacts with:

```shell
bazel clean
make clean
```
### Running tests

You can run all the available tests with:

```shell
bazel test //...
make test
```
### Getting coverage numbers

Expand Down

0 comments on commit 81e1e0f

Please sign in to comment.