beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: use PLC_ID as Client_ID when not given in configuration
py2compat
14 months ago, Edouard Tisserant
94cd85b57ae6
MQTT: use PLC_ID as Client_ID when not given in 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 $< -> $@"