# Subsidiary Makefile for crlf all: crlf crlf: crlf.o $(CC) -o crlf crlf.o crlf.o: crlf.c $(CC) -c crlf.c install: crlf cp crlf $(BINDIR)