all: videocat
	echo All up to date

videocat: videocat.c
	cc -o videocat videocat.c
