From 0e80c34f73ab0cf986675b1ac5e78e6f14eca623 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 14 Aug 2024 21:34:50 +0200 Subject: Added Remote file server class --- modules/remote-filesystem/examples/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/remote-filesystem/examples/SConscript') diff --git a/modules/remote-filesystem/examples/SConscript b/modules/remote-filesystem/examples/SConscript index 3e039b7..1a4d022 100644 --- a/modules/remote-filesystem/examples/SConscript +++ b/modules/remote-filesystem/examples/SConscript @@ -30,7 +30,8 @@ examples_env.remote_file_read = examples_env.Program('#bin/remote_read_file', [e # Set Alias env.examples = [ #, examples_env.echo_server - examples_env.remote_file_write + examples_env.remote_file_write, + examples_env.remote_file_read ]; env.Alias('examples', env.examples); -- cgit v1.2.3