
# make bluetooth_mapper
.PHONY: default bluetooth_mapper
bluetooth_mapper:
	go build main.go
	docker build -t bluetooth_mapper:v1.0 .
