Review Makefile

This commit is contained in:
Ludovic Fernandez 2019-03-28 11:42:06 +01:00 committed by Traefiker Bot
parent 0779c6a139
commit fa2c57f7cb
6 changed files with 110 additions and 172 deletions

View file

@ -43,6 +43,19 @@ $ ls dist/
traefik*
```
The following targets can be executed outside Docker (we don't recommend that):
- `test-unit`
- `test-integration`
- `validate`
- `binary` (the webUI is still generated by using Docker)
ex:
```bash
PRE_TARGET= make test-unit
```
### Method 2: Using `go`
You need `go` v1.9+.