beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
21 months ago, Edouard Tisserant
fdbb3c4ebbf6
MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
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 $< -> $@"