beremiz

SVGHMI : fix watchdog exception when timeout null
svghmi
2020-02-13, Edouard Tisserant
bc666f020ab3
SVGHMI : fix watchdog exception when timeout null
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 $< -> $@"