owl_patch 0.8.0

Rust SDK for Rebel Technology Owl2/3 devices
Documentation
1
2
3
4
5
6
7
8
9
10
GENSRC     ?= $(BUILDROOT)/GenSource

.PHONY: .FORCE gen

$(BUILD)/Source/gen.h: .FORCE
	@echo "#include \"$(GEN).h\"" > $@
	@echo "namespace gen = $(GEN);" >> $@

gen: $(BUILD)/Source/gen.h
	@cp $(GENSRC)/* $(BUILD)/Source