chiark / gitweb /
build more stuff
[moebius2.git] / Makefile
index 50badd1e820b6ad7036b615e51648e0582700a02..706c35af1f06b2e09142dfbee730d62a178a96e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 ALLDIMS=33 64 125 246 487 968
 TARGETS= primer lumpy.cfm sgtatham.cfm ring.cfm \
-       minimise-33 minimise-64 \
+       minimise-33 minimise-64 minimise-125 minimise-246 \
        $(addprefix interpolate-, $(ALLDIMS)) \
        $(addprefix view-, $(ALLDIMS)) \
        $(addprefix output-, $(ALLDIMS))
@@ -121,10 +121,10 @@ interpolate+%.o: interpolate.c
 clean:
                rm -f prime.data $(TARGETS)
                rm -f *.o *.new *.tmp *.rej *.orig core vgcore.* *~
-               rm -f *.d *.cfm
+               rm -f *.d .alternately_*
 
 realclean:     clean
-               rm -f *.CFM
+               rm -f *.cfm *.CFM
 
 %.d: