beremiz
Clone
Summary
Browse
Changes
Graph
add internatialization support to startup messages during checking software updates
2016-11-29, Andrey Skvortsov
dee51e22a9aa
add internatialization support to startup messages during checking software updates
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 $< -> $@"