term : term.o gr.o speech.o
	cc -o term term.o gr.o speech.o

term.o : term.c
	cc -c term.c

gr.o : gr.c
	cc -c gr.c

speech.o : speech.c
	cc -c speech.c
