#CFLAGS = -O -Dstrchr=index
CFLAGS = -O

tgraph.a: tgraph.o tgload.o
	ar rcv tgraph.a tgraph.o tgload.o
