From 2a59fba48861bd03af487fa054ca44b9cc735daf Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 29 Dec 2024 18:42:52 +0100 Subject: [PATCH] cosmetic --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8cdc733..ba60bc3 100644 --- a/Makefile +++ b/Makefile @@ -5,17 +5,20 @@ POVDEP = contexte.inc elements.inc \ globals.inc datas/hf.png -PNG: essai.png scene.png topview.png +PNG: essai.png scene.png topview.png passage.png topview.png: topview.pov Makefile $(POVDEP) - povray $(POVOPT) -K200 -W1280 -H1024 -i$< -o$@ + povray $(POVOPT) -W1280 -H1024 -K359 -i$< -o$@ essai.png: essai.pov Makefile $(POVDEP) - povray $(POVOPT) -W800 -H600 -i$< -o$@ + povray $(POVOPT) -W1280 -H1024 -i$< -o$@ -CK=306 +passage.png: passage.pov Makefile $(POVDEP) + povray $(POVOPT) -W1280 -H1024 -K300 -i$< -o$@ + +CK=175 scene.png: scene.pov Makefile $(POVDEP) - povray $(POVOPT) -W3200 -H2400 +K${CK} -i$< -o$@ + povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@