Skip to content

Commit e2a0f38

Browse files
Horkiextrawurst
authored andcommitted
make: add clean cmd
1 parent 5b7686b commit e2a0f38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,7 @@ install-timing:
6969
cargo install --features=timing --path "." --offline
7070

7171
licenses:
72-
cargo bundle-licenses --format toml --output THIRDPARTY.toml
72+
cargo bundle-licenses --format toml --output THIRDPARTY.toml
73+
74+
clean:
75+
cargo clean

0 commit comments

Comments
 (0)