mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
use underscores for binaries
This commit is contained in:
parent
67ab5c63d3
commit
f11d6b1fc3
@ -16,12 +16,12 @@ COMMON = \
|
|||||||
|
|
||||||
COMMON_OBJ = $(COMMON:.c=.o)
|
COMMON_OBJ = $(COMMON:.c=.o)
|
||||||
|
|
||||||
all: test-sdp
|
all: test_sdp
|
||||||
|
|
||||||
test-sdp: ${COMMON_OBJ} test_sdp.c
|
test_sdp: ${COMMON_OBJ} test_sdp.c
|
||||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f test-sdp *.o ${BTSTACK_ROOT}/src/*.o
|
rm -f test_sdp *.o ${BTSTACK_ROOT}/src/*.o
|
||||||
rm -rf *.dSYM
|
rm -rf *.dSYM
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user