CFLAGS=-n
tset:	tset.c
	${CC} ${CFLAGS} tset.c -o tset -ltermcap
cp:
	mv tset /bin

clean:
	rm -f *.o tset
