summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-04-26 18:39:22 +0000
committerIan C <ianc@noddybox.co.uk>2020-04-26 18:39:22 +0000
commit4d5fc960d1fd40673edbda0cc436406085c00ada (patch)
treee2fdb7b8d9ad3a7cefca65ca8f70160f1dae2ebc /Makefile
parent3828b227c38996e00d61c90ff74597af6dd34af9 (diff)
Not working.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f9c715a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+r2d2:r2d2.c
+ $(CC) -g -o r2d2 r2d2.c -lbluetooth
+
+clean:
+ rm -f r2d2 core