big refactoring: step 1

This commit is contained in:
Tonton Th
2024-12-29 04:56:10 +01:00
parent adf59ceff6
commit 090981d84c
13 changed files with 150 additions and 63 deletions

View File

@@ -1,12 +1,16 @@
POVOPT = +q9 +a0.02 -d
POVDEP = contexte.inc elements.inc datas/hf.png
POVDEP = contexte.inc elements.inc \
globals.inc datas/hf.png
PNG: essai.png scene.png
PNG: essai.png scene.png topview.png
topview.png: topview.pov Makefile $(POVDEP)
povray $(POVOPT) -K200 -W1280 -H1024 -i$< -o$@
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W800 -H600 -i$< -o$@