matrixtest: matrixtest.cpp matrix.cpp
	g++ -O3 -o matrixtest matrixtest.cpp

clean:
	rm -f matrixtest
