beremiz
Clone
Summary
Browse
Changes
Graph
Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface
2020-06-07, Mario de Sousa
54f5b8e5c8d2
Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface
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 $< -> $@"