summaryrefslogtreecommitdiff
path: root/mappers/bluetooth_mapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mappers/bluetooth_mapper/Makefile')
-rw-r--r--mappers/bluetooth_mapper/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mappers/bluetooth_mapper/Makefile b/mappers/bluetooth_mapper/Makefile
deleted file mode 100644
index 9a3ebbcf7..000000000
--- a/mappers/bluetooth_mapper/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# make bluetooth_mapper
-.PHONY: default bluetooth_mapper lint bluetooth_mapper_image
-bluetooth_mapper:
- go build main.go
-
-
-bluetooth_mapper_image: bluetooth_mapper
- docker build -t bluetooth_mapper:v1.0 .