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

clean:
	-@rm -f T*.c *.o core *.OUT gct_backup/*
	-@/bin/rm -f \#*\# *~
	-@gclean
