fix missing newline at end of src/test/Makefile
authorBdale Garbee <bdale@gag.com>
Thu, 19 Dec 2013 08:58:24 +0000 (01:58 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 19 Dec 2013 08:59:29 +0000 (01:59 -0700)
src/test/Makefile

index 686fde0c7404a063815f85814a15e1a5b7518ba7..c602521900a522561d320d2b33457de16894abdb 100644 (file)
@@ -82,4 +82,5 @@ ao_ms5607_convert_test: ao_ms5607_convert_test.c ao_ms5607_convert_8051.c ao_int
        cc $(CFLAGS) -o $@ ao_ms5607_convert_test.c
 
 ao_quaternion_test: ao_quaternion_test.c ao_quaternion.h
        cc $(CFLAGS) -o $@ ao_ms5607_convert_test.c
 
 ao_quaternion_test: ao_quaternion_test.c ao_quaternion.h
-       cc $(CFLAGS) -o $@ ao_quaternion_test.c -lm
\ No newline at end of file
+       cc $(CFLAGS) -o $@ ao_quaternion_test.c -lm
+