little tweak

This commit is contained in:
Tonton Th 2024-12-15 18:15:25 +01:00
parent 61cf91f92d
commit fcd47f8ea4

View File

@ -1,6 +1,6 @@
POVOPT = +q9 +a -d -W1024 -H768 POVOPT = +q9 +a -d
POVDEP = contexte.inc elements.inc datas/hf.png POVDEP = contexte.inc elements.inc datas/hf.png
@ -8,9 +8,9 @@ PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP) essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -i$< -o$@ povray $(POVOPT) -W640 -H480 -i$< -o$@
scene.png: scene.pov Makefile $(POVDEP) scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) +K166 -i$< -o$@ povray $(POVOPT) -W1280 -H1024 +K166 -i$< -o$@