all:
	@make -s test > log
	@paste correct log >> logall


test:
	@for file in *.txt; do ../random_lines $$file | ../text_cat; done
