From: Walter Fetter Lages Date: Wed, 23 Jan 2019 21:50:05 +0000 (-0200) Subject: Remove bno055_support.c from library. X-Git-Tag: f1~1 X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=c016af2eba8f4fffef70538d466930610f5616fb;p=BNO055_driver.git Remove bno055_support.c from library. --- diff --git a/Makefile b/Makefile index bf7f471..e5a3cdd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=libbno055.a -SRCS=bno055.c bno055_support.c +SRCS=bno055.c FLAGS=-O2 -Wall -MMD INCLUDE=-I.