# make the conv filter program.
conv:	conv.c
	cc -g conv.c -o conv 
