From 0553e8fb9b2e046a2af5b404afc5f2b6a3ec7963 Mon Sep 17 00:00:00 2001 From: rsheeter Date: Sat, 30 May 2020 14:22:47 -0700 Subject: [PATCH] no reason to display using zopflipng if it is the only choice --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c0ebd9f51..127c0ce00 100644 --- a/Makefile +++ b/Makefile @@ -128,8 +128,6 @@ compressed: $(ALL_COMPRESSED_FILES) check_compress_tool: ifdef MISSING_ZOPFLI $(error "Missing $(ZOPFLIPNG). Try 'brew install zopfli' (Mac) or 'sudo apt-get zopfli' (linux)") -else - @echo "using $(ZOPFLIPNG)" endif check_vs_adder: