add a new sequence : cutoff
This commit is contained in:
3
Makefile
3
Makefile
@@ -16,6 +16,9 @@ PNG: essai.png scene.png topview.png passage.png \
|
||||
topview.png: topview.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||
|
||||
cutoff.png: cutoff.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||
|
||||
essai.png: essai.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user