beremiz

convert some files from CRLF to LF

2017-08-14, Andrey Skvortsov
6ebd9c40b2be
convert some files from CRLF to LF

It'll break for these files hg blame/annotate. Fortunately not many
files are affected.
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 $< -> $@"