diff options
| author | Bdale Garbee <bdale@gag.com> | 2013-12-19 01:58:24 -0700 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2013-12-19 01:59:29 -0700 | 
| commit | 4006effc538289c36a1563c1b717231991292c0c (patch) | |
| tree | e6ce30fd212be6f9a47059289360aed1dd4952d6 /src | |
| parent | bc3610d8cecbfed40c62d4dcb93fc9a4d2a7c9e3 (diff) | |
fix missing newline at end of src/test/Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 + | 
