HexaCone/Makefile
Tonton Th ef23006b9b bla
2024-12-28 14:45:01 +01:00

18 lines
285 B
Makefile

POVOPT = +q9 +a0.02 -d
POVDEP = contexte.inc elements.inc datas/hf.png
PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W800 -H600 -i$< -o$@
CK=306
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W3200 -H2400 +K${CK} -i$< -o$@