BINDIR=/usr/local/bin
CFLAGS=-O2 -g
bdiff:
clean:
	rm -f bdiff core times diffs

install:	$(BINDIR)/bdiff
$(BINDIR)/%: %
	install $< $@
