diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-09-04 21:10:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-09-04 21:10:49 +0000 |
commit | 93128aab1e7e4691aaa9dfcfb3a7007b5befe967 (patch) | |
tree | b588d01e0cb59b3a10b06643cad06dfa1d440107 /Makefile | |
parent | 4d5fc960d1fd40673edbda0cc436406085c00ada (diff) |
Removed non-working C version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index f9c715a..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -r2d2:r2d2.c - $(CC) -g -o r2d2 r2d2.c -lbluetooth - -clean: - rm -f r2d2 core |