From cee37eece7e5e3531cc3ce6dbbf3db5147251d91 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Wed, 13 Jun 2018 15:38:17 -0700 Subject: clock_test: better integrate into git and scons. Have git ignore the built binary. Allow scons to build, and clean, clock_test --- contrib/SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/SConstruct') 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]) -- cgit v1.2.1