SHELL=/bin/sh
all:
	-@INDENT="==$$INDENT"; export INDENT; run

# This is ridiculous, but there seems to be a bug in Sun Make.
clean:
	-@(. ../run.source; clean)
