From d1137576043d419d945379dd9344d9c19469848e Mon Sep 17 00:00:00 2001 From: Rod S Date: Sat, 30 May 2020 14:51:53 -0700 Subject: [PATCH] correct apt-get sample --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 127c0ce00..43331e1ee 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ compressed: $(ALL_COMPRESSED_FILES) check_compress_tool: ifdef MISSING_ZOPFLI - $(error "Missing $(ZOPFLIPNG). Try 'brew install zopfli' (Mac) or 'sudo apt-get zopfli' (linux)") + $(error "Missing $(ZOPFLIPNG). Try 'brew install zopfli' (Mac) or 'sudo apt-get install zopfli' (linux)") endif check_vs_adder: