little tweak
This commit is contained in:
parent
61cf91f92d
commit
fcd47f8ea4
6
Makefile
6
Makefile
@ -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$@
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user