beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: ensures that PLC sends only fresh data to HMI, even right after variable being subscribed.
2022-09-14, Edouard Tisserant
7af7a23e4adb
SVGHMI: ensures that PLC sends only fresh data to HMI, even right after variable being subscribed.
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 $< -> $@"