beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix probable problem in HMI:Input, where value could be applied to wrong index if used in relative page.
svghmi
2020-04-14, Edouard Tisserant
9179cbc6fc49
SVGHMI: fix probable problem in HMI:Input, where value could be applied to wrong index if used in relative page.
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 $< -> $@"