summaryrefslogtreecommitdiff
path: root/hello/hello_world_c
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello_world_c')
-rw-r--r--hello/hello_world_c/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/hello_world_c/wscript b/hello/hello_world_c/wscript
index a896051..7a7c5bb 100644
--- a/hello/hello_world_c/wscript
+++ b/hello/hello_world_c/wscript
@@ -10,6 +10,6 @@ def build(bld):
rtems.build(bld)
bld(features = 'c cprogram',
- target = 'hello',
+ target = 'hello.exe',
source = ['test.c'])