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

clean:
	@-gclean; /bin/rm -f *.log GCTLOG *.glog core a.out T*.c *.o
