beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: i18n: better warning messages, more explicit.
svghmi
2021-01-21, Edouard Tisserant
fb1e320836e8
SVGHMI: i18n: better warning messages, more explicit.
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 $< -> $@"