beremiz
Clone
Summary
Browse
Changes
Graph
move code in mki18n.py generated translation strings from custom files into separate function
2017-01-11, Andrey Skvortsov
bc84d659894f
move code in mki18n.py generated translation strings from custom files into separate function
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 $< -> $@"