FC = g77 

OBJ = exmpl1.for setup.for util.for graphit.for
                         
run: $(OBJ) 
	g77 -o run $(OBJ)


