unity: unity.c unity.h
	gcc -c -Wall -o unity.o unity.c
	ar rcs libunity.a unity.o