We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7686b commit e2a0f38Copy full SHA for e2a0f38
Makefile
@@ -69,4 +69,7 @@ install-timing:
69
cargo install --features=timing --path "." --offline
70
71
licenses:
72
- cargo bundle-licenses --format toml --output THIRDPARTY.toml
+ cargo bundle-licenses --format toml --output THIRDPARTY.toml
73
+
74
+clean:
75
+ cargo clean
0 commit comments