From d3e630b423004cfd8504e4e0904c34ac3b40c595 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Wed, 31 Dec 2025 18:54:16 +0100 Subject: [PATCH] last sequence for 2025, part 2 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ff4127..129ea61 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,12 @@ PNG: essai.png scene.png topview.png passage.png \ hexacone.png remote.png survol.png cutoff.png \ carto.png hexawood.png bubblecut.png \ circular.png panoramic.png splined.png \ - trident.png + trident.png approche.png echo "make PNG ck=$(CK) done" >> WS/log +approche.png: approche.pov Makefile $(POVDEP) + povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@ + trident.png: trident.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@