diff options
author | Ivan Zvonimir Horvat <ivanzvonimirhorvat@gmail.com> | 2022-10-15 16:12:50 +0200 |
---|---|---|
committer | extrawurst <776816+extrawurst@users.noreply.github.com> | 2022-10-18 13:57:02 +0200 |
commit | e2a0f3800fa57d53d462f99da575e5538ea85cdb (patch) | |
tree | 6faee61408d1860e95ed208457512fdd09ecc895 /Makefile | |
parent | 5b7686bf9275041d231e7833fbd5ea0d6d60ac1e (diff) |
make: add clean cmd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |