CC= CC

glob_dat : glob_dat.C glob_dat.h
	$(CC) -o $@ glob_dat.C -lthread

clean :
	/bin/rm -f glob_dat
