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

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