summaryrefslogtreecommitdiff
path: root/contrib/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-13 15:38:17 -0700
committerGary E. Miller <gem@rellim.com>2018-06-13 15:38:17 -0700
commitcee37eece7e5e3531cc3ce6dbbf3db5147251d91 (patch)
tree756871a14331259e611f6887324829a314913756 /contrib/SConstruct
parentcbd06de0d566ef5ef9c015b9461039cda921e021 (diff)
downloadgpsd-cee37eece7e5e3531cc3ce6dbbf3db5147251d91.tar.gz
clock_test: better integrate into git and scons.
Have git ignore the built binary. Allow scons to build, and clean, clock_test
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])