mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
use -f to remove examples
This commit is contained in:
parent
50a0f00727
commit
dc9af42b2c
2
TODO.txt
2
TODO.txt
@ -6,7 +6,7 @@ Last change: status bar icon updates
|
||||
|
||||
NEXT:
|
||||
|
||||
- support Cocao CFRunLoop in addition to POSIX select run loop
|
||||
- support Cocoa CFRunLoop in addition to POSIX select run loop
|
||||
- define struct run_loop_t
|
||||
- run_loop_posix.c: run_loop_t * BTstack_run_loop = run_loop_posix;
|
||||
- convert all run_loop calls to use (*BTstack_run_loop->functionX)(..)
|
||||
|
@ -18,7 +18,7 @@ rfcomm: rfcomm.c
|
||||
@USE_LDID@ export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate ; ldid -S $@
|
||||
|
||||
clean:
|
||||
rm test mitm rfcomm
|
||||
rm -f test mitm rfcomm
|
||||
|
||||
install:
|
||||
echo "nothing to be done"
|
||||
|
@ -35,7 +35,6 @@ BTdaemon: $(BTdaemon_SOURCES)
|
||||
|
||||
clean:
|
||||
rm -f libBTstack* BTdaemon *.o
|
||||
rm -rf ../BTstack.Framework
|
||||
|
||||
install:
|
||||
echo "installing BTdaemon in $(prefix)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user