a new sequence

This commit is contained in:
Tonton Th
2025-01-13 14:46:45 +01:00
parent afefaa9188
commit abda4f6896
2 changed files with 43 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ CK=180
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png
orbite.png hexabenz.png escadrille.png \
hexacone.png
topview.png: topview.pov Makefile $(POVDEP)
@@ -20,6 +21,9 @@ essai.png: essai.pov Makefile $(POVDEP)
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
hexacone.png: hexacone.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
passage.png: passage.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@