# generate html pages from templates using preprocessor

dep = page.inc

.ctf.html:
pp $*.ctf $*.html

all: hello.html exit.html main.html

hello.html: hello.ctf

exit.html: exit.ctf $(dep)

main.html: main.ctf $(dep)
