beremiz
Clone
Summary
Browse
Changes
Graph
add to i18n/README forgotten commands to add some XML schemes as source
2017-07-05, Andrey Skvortsov
64ea7c86a74c
add to i18n/README forgotten commands to add some XML schemes as source
for strings and update app.fil
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 $< -> $@"