add a new sequence

This commit is contained in:
Tonton Th
2025-04-04 00:50:48 +02:00
parent 363274e273
commit ff733efaa7
2 changed files with 62 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ CK=180
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \
hexacone.png remote.png survol.png cutoff.png \
carto.png hexawood.png
carto.png hexawood.png bubblecut.png
echo "make PNG ck=$(CK) done" >> WS/log
@@ -21,6 +21,9 @@ topview.png: topview.pov Makefile $(POVDEP)
cutoff.png: cutoff.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
bubblecut.png: bubblecut.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@