← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-04-08 10:32:57 +0200
committerEdvin <[email protected]>2025-04-08 10:32:57 +0200
commit85635af1852b29e33ee56535d71bdf20d700b77e (patch)
tree2cba990ef17b24767a7f6369d690f307d5a7f0d3 /Makefile
parent71520eab9c30b4bc666d79b145a0d11d2501131e (diff)
Added C code for the Raspberry pi due to compatiblity issues between Bluez versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..880e92f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+main: rpi.c
+ cc rpi.c -Wall -lbluetooth -o rpi