From d77e19ae7380b8ddda4625772161c8dc74651370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 23 Nov 2020 14:33:23 +0100 Subject: add rust.c example --- src/examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/examples/Makefile') diff --git a/src/examples/Makefile b/src/examples/Makefile index 5b4f6c3..d8c4a90 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -8,7 +8,10 @@ PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \ sumargv pfs pfs_reader pfs_writer dummy longrun \ child parent generic_parent longrun_interactive busy \ line_echo file_syscall_tests longrun_nowait shellcode \ - crack overflow dir_stress create_file create_remove_file + crack overflow dir_stress create_file create_remove_file \ + rust + +rust_SRC = rust.c # Added test programs sumargv_SRC = sumargv.c -- cgit v1.2.1