beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: rework the way cached values are applied to widgets when fresh data is missing.
2022-09-13, Edouard Tisserant
f1a00aa8cb3b
SVGHMI: rework the way cached values are applied to widgets when fresh data is missing.
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 $< -> $@"