beremiz
Clone
Summary
Browse
Changes
Graph
Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do.
svghmi
2020-05-13, Edouard Tisserant
a7b11c9f468e
Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do.
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 $< -> $@"