diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-09 09:36:24 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-09 09:36:24 +0100 |
| commit | ddfadc840cb02530e07ca33b83138ae1a5034227 (patch) | |
| tree | d445f1365a22f3d2b5263d26badd55b12807c02d /c-bluetooth/Makefile | |
| parent | eab295123b6aad26a95ace7e09b513a5371cf133 (diff) | |
| download | probe-ddfadc840cb02530e07ca33b83138ae1a5034227.tar.gz | |
Added C Bluetooth scan example
Diffstat (limited to 'c-bluetooth/Makefile')
| -rw-r--r-- | c-bluetooth/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c-bluetooth/Makefile b/c-bluetooth/Makefile new file mode 100644 index 0000000..c11dbcf --- /dev/null +++ b/c-bluetooth/Makefile @@ -0,0 +1,6 @@ +scan: scan.c + cc -o scan scan.c -lbluetooth + +provision: + sudo apt-get install libbluetooth-dev + |
