C=gcc
CC=g++ -lm -lX11 -ggdb

all: rndcheck

rndcheck: rndcheck.cc
	$(CC) -I$h rndcheck.cc $h/xtekplot1.o -o rndcheck
