diff --git a/Makefile b/Makefile index 11195c5..24148fc 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,7 @@ run: cargo run build: - cargo build \ No newline at end of file + cargo build + +clean: + rm -rf target/ \ No newline at end of file