From: Ian Jackson Date: Wed, 2 Jan 2008 21:07:26 +0000 (+0000) Subject: make ring.cfm X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius2.git;a=commitdiff_plain;h=38a973f8180c4711993d8c28fcccb2e8a9aea065 make ring.cfm --- diff --git a/Makefile b/Makefile index 4726f04..3bb3ef9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARGETS= minimise primer view lumpy.cfm sgtatham.cfm +TARGETS= minimise primer view lumpy.cfm sgtatham.cfm ring.cfm CWARNS= -Wall -Wwrite-strings -Wpointer-arith -Werror -Wshadow CXXWARNS= $(CWARNS) -Wno-shadow -Wno-error @@ -32,6 +32,9 @@ sgtatham.cfm: sgtatham-regenerator prime.data sgtatham/z.typescript lumpy.cfm: oldmoebius-converter prime.data ../moebius/ins-new ../moebius/a.out ./$^ -o$@ +ring.cfm: oldmoebius-converter prime.data /dev/null ../moebius/a.out + ./$^ -o$@ + clean: rm -f prime.data $(TARGETS) rm -f *.o *.new *.tmp *.rej *.orig core vgcore.* *~