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

clean:
	@-/bin/rm -f test.s
	@-../../do-clean
