From fcd47f8ea4f973ce9b79143d395de566b88422e2 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 15 Dec 2024 18:15:25 +0100 Subject: [PATCH] little tweak --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d44b505..d8a0229 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -POVOPT = +q9 +a -d -W1024 -H768 +POVOPT = +q9 +a -d POVDEP = contexte.inc elements.inc datas/hf.png @@ -8,9 +8,9 @@ PNG: essai.png scene.png essai.png: essai.pov Makefile $(POVDEP) - povray $(POVOPT) -i$< -o$@ + povray $(POVOPT) -W640 -H480 -i$< -o$@ scene.png: scene.pov Makefile $(POVDEP) - povray $(POVOPT) +K166 -i$< -o$@ + povray $(POVOPT) -W1280 -H1024 +K166 -i$< -o$@