add a new target

This commit is contained in:
Tonton Th 2025-11-13 00:19:21 +01:00
parent b3e2cd4ac9
commit 030f2fb2cf

View File

@ -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$@