home-easy 0.2.0

Simple Rust home-easy protocol implementation
Documentation
1
2
3
4
5
6
7
8
VERSION := $(shell git describe --exact-match --tags 2> /dev/null || git rev-parse --short HEAD)

all:
	cross build --target=armv7-unknown-linux-musleabihf

release:
	cross build --target=armv7-unknown-linux-musleabihf --release
	docker buildx build --platform linux/arm/v7 -t dios:$(VERSION) .