DEMOS	=	chardemo.vt colors.vt sgr.vt
CLEANFILES= 	${DEMOS}

all: $(DEMOS)

install: ${DEMOS}
	@echo "to look at the demos, execute \"cat <filename>.vt\""

clean:
	rm -f ${CLEANFILES}

.include <bsd.prog.mk>

# this seems to be the lowest common denominator

chardemo.vt: ${.CURDIR}/chardemo.vt.uu
	uudecode ${.CURDIR}/$@.uu

colors.vt: ${.CURDIR}/colors.vt.uu
	uudecode ${.CURDIR}/$@.uu

sgr.vt: ${.CURDIR}/sgr.vt.uu
	uudecode ${.CURDIR}/$@.uu
