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

clean:
	-@rm -f *.o core a.out *.log
	-@rm -f \#*\# *~
