beremiz
Clone
Summary
Browse
Changes
Graph
Modbus plugin: fix runtime periodic timer (don't use POSIX timer)
2020-08-13, Mario de Sousa
c79c5d49ba34
Modbus plugin: fix runtime periodic timer (don't use POSIX timer)
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 $< -> $@"