diff --git a/Makefile b/Makefile index ecb125c..8cd4dd4 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ bubblecut.png: bubblecut.pov Makefile $(POVDEP) essai.png: essai.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@ noise.png: essai.png Makefile - convert -verbose -noise 5x15 $< $@ + convert -verbose -noise 45x3 $< $@ hexabenz.png: hexabenz.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@