owl_patch 0.8.0

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

.PHONY: .FORCE

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

maximilian: $(BUILD)/Source/maximilian-patch.h
	@cp $(MAXIMILIANSRC)/maximilian.h $(MAXIMILIANSRC)/maximilian.cpp $(MAXIMILIANSRC)/MaximilianPatch.hpp $(BUILD)/Source