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

clean:
	-@rm -f T*.c *.o core gct-ps-defs.c
	-@rm -f gct-defs.h gct-ps-defs.h gct-defs.c gct-map
	-@rm -f \#*\# *~ *.log GMERGE
