add a new target
This commit is contained in:
parent
b3e2cd4ac9
commit
030f2fb2cf
2
Makefile
2
Makefile
@ -36,6 +36,8 @@ bubblecut.png: bubblecut.pov Makefile $(POVDEP)
|
|||||||
|
|
||||||
essai.png: essai.pov Makefile $(POVDEP)
|
essai.png: essai.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||||
|
noise.png: essai.png Makefile
|
||||||
|
convert -verbose -noise 5x15 $< $@
|
||||||
|
|
||||||
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
|
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user