test:
	gcc -o matrix-test main.c

clean:
	rm -f *~
	rm -f matrix-test
