From 030f2fb2cf71aeb7a39236780e34e633317a89d9 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 13 Nov 2025 00:19:21 +0100 Subject: [PATCH] add a new target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fc3f0c5..ecb125c 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ 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 $< $@ hexabenz.png: hexabenz.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@