beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: fix invocation of json_scanf (use pointers, not values...)
21 months ago, Edouard Tisserant
9e4a3a3ea5c0
MQTT: fix invocation of json_scanf (use pointers, not values...)
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 $< -> $@"