beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
py2compat
2024-03-21, Edouard Tisserant
2f646493194c
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
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 $< -> $@"