include ../CONFIG

all: gtic

clean:
	rm -f *.o *.bak gtic core

include Makefile.compile
