build:
	dot -Tpng réduction.dot -o réduction.png 
	dot -Tpng réduction_légende.dot -o réduction_légende.png 
	convert réduction{,_légende}.png -append réduction_avec_légende.png

dev:
	filewatcher -I "*.dot" $(MAKE)
