HexaCone/Makefile

18 lines
285 B
Makefile
Raw Permalink Normal View History

2024-12-16 03:53:42 +11:00
2024-12-21 00:24:45 +11:00
POVOPT = +q9 +a0.02 -d
2024-12-16 03:53:42 +11:00
POVDEP = contexte.inc elements.inc datas/hf.png
PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
2024-12-23 01:05:36 +11:00
povray $(POVOPT) -W800 -H600 -i$< -o$@
2024-12-16 03:53:42 +11:00
2024-12-21 00:24:45 +11:00
CK=130
2024-12-16 03:53:42 +11:00
scene.png: scene.pov Makefile $(POVDEP)
2024-12-23 01:05:36 +11:00
povray $(POVOPT) -W1920 -H1080 +K${CK} -i$< -o$@
2024-12-16 03:53:42 +11:00