beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: i18n: prevent creating messages.pot if no translation
svghmi
2021-02-14, Edouard Tisserant
cae53fe54cf2
SVGHMI: i18n: prevent creating messages.pot if no translation
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 $< -> $@"