UT_input : UT_input.c ../mm_input.c ../mm_output.c
	gcc -Wall -o test -I../ UT_input.c ../mm_input.c ../mm_output.c

clean:
	rm -f test *~ 

