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

clean:
	@-../do-clean
	@-/bin/rm -f .bef .aft
