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

clean:
	-@../do-clean
	-@cd config; make clean
