aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/Makefile b/rust/Makefile
index 23187c9..4a894f2 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -1,2 +1,7 @@
all:
cargo rustc -- -C link-arg= -L.
+
+clean:
+ cargo clean
+
+.PHONY: all clean