# $Id$
# Originally written 2004 by Karl Berry. Public domain.
include ../common.mak
test = hello
check test: knowngood.ppz
$(run) $(context) $(test).tex
$(pdfcheck) knowngood.ppz $(test).pdf
clean distclean:
$(rm) $(test).aux $(test).log $(pdfclean)
$(rm) $(ctxclean)