From 20eb8b73f7914c86812eda4b3b14ee2d0cd5a826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 23 Nov 2020 14:52:17 +0100 Subject: userprog makefile --- rust/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/Makefile (limited to 'rust/Makefile') diff --git a/rust/Makefile b/rust/Makefile new file mode 100644 index 0000000..23187c9 --- /dev/null +++ b/rust/Makefile @@ -0,0 +1,2 @@ +all: + cargo rustc -- -C link-arg= -L. -- cgit v1.2.1