SHELL=/bin/sh

# An error here will stop this make, and containing make.

all:
	@INDENT="==$$INDENT"; export INDENT; run

clean:
