mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
test/maths: fix build
This commit is contained in:
parent
aa58a51854
commit
5e540b03a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user