add a new sequence: "around"

This commit is contained in:
Tonton Th
2026-01-26 22:22:32 +01:00
parent 438cb71b43
commit 957fb39ec2
2 changed files with 5 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ PNG: essai.png scene.png topview.png passage.png \
trident.png approche.png hexastar.png
echo "make PNG ck=$(CK) done" >> WS/log
around.png: around.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
approche.png: approche.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@