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

clean:
	-@../do-clean
	-@/bin/rm -f *.out
	-@cd config; make clean
