HexaCone/Makefile

17 lines
258 B
Makefile
Raw Normal View History

2024-12-16 03:53:42 +11:00
POVOPT = +q9 +a -d -W1024 -H768
POVDEP = contexte.inc elements.inc datas/hf.png
PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -i$< -o$@
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) +K166 -i$< -o$@