beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Optimization for JsonTable : reload JSON only when necessary, and avoid concurrent http requests.
svghmi
2021-02-18, Edouard Tisserant
d32e6246cd59
SVGHMI: Optimization for JsonTable : reload JSON only when necessary, and avoid concurrent http requests.
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 $< -> $@"