beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: update test project to reflect latest changes
py2compat
20 months ago, Edouard Tisserant
9c2b32735c52
MQTT: update test project to reflect latest changes
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 $< -> $@"