summaryrefslogtreecommitdiff
path: root/contrib/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/SConstruct')
-rw-r--r--contrib/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/SConstruct b/contrib/SConstruct
index 5fe25e86..85c52940 100644
--- a/contrib/SConstruct
+++ b/contrib/SConstruct
@@ -11,6 +11,7 @@ strl = StaticObject("strl", "../strl.c")
ashctl = Program("ashctl", ["ashctl.c", strl])
binlog = Program("binlog", "binlog.c")
binreplay = Program("binreplay", "binreplay.c", parse_flags=['-lutil'])
+clock_test = Program("clock_test", "clock_test.c", parse_flags=['-lm'])
lla2ecef = Program("lla2ecef", "lla2ecef.c", parse_flags=['-lm'])
motosend = Program("motosend", ["motosend.c", strl])