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

clean:
	@-../../do-clean
