test/maths: fix build

This commit is contained in:
Matthias Ringwald 2019-09-15 20:12:24 +02:00
parent aa58a51854
commit 5e540b03a0

View File

@ -12,7 +12,7 @@ COMMON_OBJ = $(COMMON:.c=.o)
all: sqrt_test
btstack_linked_list_test: ${COMMON_OBJ} sqrt_test.c
sqrt_test: ${COMMON_OBJ} sqrt_test.c
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
test: all