mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
updated Makefile.in
This commit is contained in:
parent
864325c185
commit
49930caa4d
@ -4,7 +4,7 @@ LDFLAGS = @LDFLAGS@ -lBTstack -L../../src
|
|||||||
CFLAGS = @CFLAGS@ -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
|
CFLAGS = @CFLAGS@ -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
|
||||||
all: test rfcomm-cat rfcomm-echo rfcomm-test inquiry l2cap-server l2cap-throughput le_scan
|
all: test rfcomm-cat rfcomm-echo rfcomm-test inquiry l2cap-server l2cap-throughput le_scan
|
||||||
|
|
||||||
test: test.c
|
test: test.c
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
||||||
@ -31,8 +31,9 @@ le_scan: le_scan.c
|
|||||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f test mitm rfcomm-cat rfcomm-echo inquiry l2cap-server l2cap-throughput le_scan
|
rm -f test mitm rfcomm-cat rfcomm-echo rfcomm-test inquiry l2cap-server l2cap-throughput le_scan
|
||||||
|
rm -rf *.dSYM
|
||||||
|
|
||||||
install:
|
install:
|
||||||
echo "nothing to be done"
|
echo "nothing to be done"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user