beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: add JSON fixed size 1D array support. WIP. Parsing array still broken.
py2compat
21 months ago, Edouard Tisserant
7e041440238d
MQTT: add JSON fixed size 1D array support. WIP. Parsing array still broken.
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 $< -> $@"