beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: add test projects, to be later included in automated testing.
22 months ago, Edouard Tisserant
e16c8443e877
MQTT: add test projects, to be later included in automated testing.
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 $< -> $@"