add a sequence
This commit is contained in:
7
Makefile
7
Makefile
@@ -12,7 +12,8 @@ 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 bubblecut.png
|
||||
carto.png hexawood.png bubblecut.png \
|
||||
circular.png
|
||||
echo "make PNG ck=$(CK) done" >> WS/log
|
||||
|
||||
|
||||
@@ -58,4 +59,8 @@ survol.png: survol.pov Makefile $(POVDEP)
|
||||
carto.png: carto.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
circular.png: circular.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user