added command to clean target

This commit is contained in:
Michael 2022-11-27 05:26:57 +00:00
parent 0b3138ae92
commit 56c53312f5
Signed by: michael
GPG Key ID: 523BD9EF68BDD44C

View File

@ -2,4 +2,7 @@ run:
cargo run
build:
cargo build
cargo build
clean:
rm -rf target/