From 3c0d58c901fd6f8265dad93f096d2ae03866fc6e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Jan 2008 21:28:20 +0000 Subject: [PATCH 1/1] viewdims variable --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d3d188..9c82be7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ -TARGETS= minimise primer view+33 view+44 lumpy.cfm sgtatham.cfm ring.cfm + +VIEWDIMS=33 44 55 +TARGETS= minimise primer lumpy.cfm sgtatham.cfm ring.cfm \ + $(addprefix view+, $(VIEWDIMS)) SGTATHAM=sgtatham CWARNS= -Wall -Wwrite-strings -Wpointer-arith -Werror -Wshadow -- 2.30.2