first running version

This commit is contained in:
Tonton Th
2024-12-15 17:53:42 +01:00
parent b558550493
commit 61cf91f92d
10 changed files with 278 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
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$@