beremiz
Clone
Summary
Browse
Changes
Graph
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
2024-06-12, Edouard Tisserant
76295adcf940
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
For now generated code makes no sense but persistently-configurable-C-generating-extension infrastructure is there.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"