out.txt: main.py jacobi.py
	python main.py > out.txt
	cat out.txt

clean:
	rm out.txt *.pyc
