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

clean: 
	@-/bin/rm -f *.o a.out tryit  *log newmap *.gbk
	-@rm -f \#*\# *~ GCTLOG *.tmp 
	-@gclean
