aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rust/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Makefile b/rust/Makefile
index 7efb89c..39cae70 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -12,5 +12,6 @@ libpintos.a:
clean:
cargo clean
+ rm -f libpintos.a
.PHONY: all clean debug release libpintos.a