all: Out.txt
	cat $<

Out.txt: main.py minimum.py ../matrix/matrix.py
	python $< >$@
