summaryrefslogtreecommitdiff
path: root/classic_api/triple_period/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'classic_api/triple_period/wscript')
-rw-r--r--classic_api/triple_period/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/classic_api/triple_period/wscript b/classic_api/triple_period/wscript
index 1009372..593f362 100644
--- a/classic_api/triple_period/wscript
+++ b/classic_api/triple_period/wscript
@@ -5,5 +5,5 @@ def build(bld):
rtems.build(bld)
bld(features = 'c cprogram',
- target = 'triple_period',
+ target = 'triple_period.exe',
source = ['init.c', 'tasks.c'])