From: Bdale Garbee Date: Thu, 19 Dec 2013 08:58:24 +0000 (-0700) Subject: fix missing newline at end of src/test/Makefile X-Git-Tag: 1.3~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4006effc538289c36a1563c1b717231991292c0c;hp=bc3610d8cecbfed40c62d4dcb93fc9a4d2a7c9e3 fix missing newline at end of src/test/Makefile --- 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 +