From 30c54113477b08c7650194a16cf7a63a7cdd142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 23 Nov 2020 15:00:14 +0100 Subject: update Makefile.userprog --- rust/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rust/Makefile') 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 -- cgit v1.2.1