beremiz

SVGHMI: fix py3 consequences on i18n

2024-03-18, Edouard Tisserant
b5017dd5c049
SVGHMI: fix py3 consequences on i18n
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 $< -> $@"