beremiz
Clone
Summary
Browse
Changes
Graph
Modbus: Delete stored configuration when identical to default configuration.
2020-06-16, Edouard Tisserant
3ca5611d6308
Modbus: Delete stored configuration when identical to default configuration.
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 $< -> $@"