beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fixed/extended error message when failing to launch POEdit.
svghmi
2021-02-19, Edouard Tisserant
4171f7dd109a
SVGHMI: Fixed/extended error message when failing to launch POEdit.
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 $< -> $@"