summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Zvonimir Horvat <ivanzvonimirhorvat@gmail.com>2022-10-15 16:12:50 +0200
committerextrawurst <776816+extrawurst@users.noreply.github.com>2022-10-18 13:57:02 +0200
commite2a0f3800fa57d53d462f99da575e5538ea85cdb (patch)
tree6faee61408d1860e95ed208457512fdd09ecc895 /Makefile
parent5b7686bf9275041d231e7833fbd5ea0d6d60ac1e (diff)
make: add clean cmd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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