diff --git a/Makefile b/Makefile index 7e373099..627813f3 100644 --- a/Makefile +++ b/Makefile @@ -69,4 +69,7 @@ install-timing: cargo install --features=timing --path "." --offline licenses: - cargo bundle-licenses --format toml --output THIRDPARTY.toml \ No newline at end of file + cargo bundle-licenses --format toml --output THIRDPARTY.toml + +clean: + cargo clean \ No newline at end of file