FC = g77
FFLAGS = -fbounds-check
#FFLAGS = -g
OBJS =  ../rand.o 
ranvec: ranvec.f $(OBJS)
hypercube: hypercube.f
