beremiz

SVGHMI: More readable debug output gen code
svghmi
2020-03-17, Edouard Tisserant
9da4ac0c9add
SVGHMI: More readable debug output gen code
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 $< -> $@"