all:	telewords telenum

telewords: telewords.c
	cc -s -O telewords.c -o telewords

telenum: telenum.c
	cc -s -O telenum.c -o telenum
