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$@