beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: fix non reconnecting python topics. WIP
py2compat
17 months ago, Edouard Tisserant
5812a0cfdde6
MQTT: fix non reconnecting python topics. WIP
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 $< -> $@"