summaryrefslogtreecommitdiff
path: root/c-bluetooth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c-bluetooth/Makefile')
-rw-r--r--c-bluetooth/Makefile6
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
+