beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: change collect/send thread looping condition to fix infinite loop in some cases
svghmi
2019-12-09, Edouard Tisserant
3b99c908f43b
SVGHMI: change collect/send thread looping condition to fix infinite loop in some cases
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 $< -> $@"