From 4006effc538289c36a1563c1b717231991292c0c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 19 Dec 2013 01:58:24 -0700 Subject: [PATCH] fix missing newline at end of src/test/Makefile --- src/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/Makefile b/src/test/Makefile index 686fde0c..c6025219 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -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_quaternion_test.c -lm \ No newline at end of file + cc $(CFLAGS) -o $@ ao_quaternion_test.c -lm + -- 2.30.2