doc: mention lake clean in README (leanprover/lake#156)
This commit is contained in:
parent
16af1dddf4
commit
83dffbc2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ lean_exe «hello» {
|
|||
}
|
||||
```
|
||||
|
||||
The command `lake build` can then be used to build the package (and its [dependencies](#adding-dependencies), if it has them) into a native executable. The result will be placed in `build/bin`.
|
||||
The command `lake build` can then be used to build the package (and its [dependencies](#adding-dependencies), if it has them) into a native executable. The result will be placed in `build/bin`. The command `lake clean` deletes `build`.
|
||||
|
||||
```
|
||||
$ lake build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue