all:out.txt
	cat $<

out.txt: main.py matrix.py
	python3 $< > $@
