mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
make: add clean cmd
This commit is contained in:
parent
5b7686bf92
commit
e2a0f3800f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -69,4 +69,7 @@ install-timing:
|
||||||
cargo install --features=timing --path "." --offline
|
cargo install --features=timing --path "." --offline
|
||||||
|
|
||||||
licenses:
|
licenses:
|
||||||
cargo bundle-licenses --format toml --output THIRDPARTY.toml
|
cargo bundle-licenses --format toml --output THIRDPARTY.toml
|
||||||
|
|
||||||
|
clean:
|
||||||
|
cargo clean
|
||||||
Loading…
Reference in a new issue