chiark / gitweb /
stopping point for 64
[moebius2.git] / Makefile
index 221eadbe3f14d45bfa20510cefbba88a86434847..50badd1e820b6ad7036b615e51648e0582700a02 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ all:          $(TARGETS)
 
 compute:       all
                $(MAKE) best-33.CFM
-               $(MAKE) best-968.CFM
+               $(MAKE) best-64.CFM
+#              $(MAKE) best-968.CFM
 
 minimise:      energy.o graph.o common.o mgraph.o minimise.o half.o
                $(CXX) $(CXXFLAGS) -o $@ $^ $(LIBGSL)