mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
9 lines
322 B
Makefile
9 lines
322 B
Makefile
bin_PROGRAMS = test
|
|
test_SOURCES = test.c \
|
|
../src/btstack.c \
|
|
../src/hci_cmds.c \
|
|
../src/linked_list.c \
|
|
../src/run_loop.c \
|
|
../src/socket_connection.c \
|
|
../src/utils.c
|