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