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

clean:
	@-/bin/rm -f *.o a.out tryit *.i GCTLOG *LOG
	@-gclean
	-@rm -f \#*\# *~
