beremiz
Clone
Summary
Browse
Changes
Graph
Modbus: fix client timer invalid arguments.
2020-06-24, Edouard Tisserant
da8de4ef0449
Modbus: fix client timer invalid arguments.
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 $< -> $@"