diff --git a/img/Makefile b/img/Makefile index 2d7c73e..960dc10 100755 --- a/img/Makefile +++ b/img/Makefile @@ -6,6 +6,7 @@ all: $(GENIMG) $(CMPIMG) mainBgPattern.png mainBgPattern.png: wget http://subtlepatterns.com/patterns/low_contrast_linen.png -O $@ convert -negate $@ $@ + optipng -o7 $@ %.png: %.svg convert -background none $< $@ -- libgit2 0.21.2