correct apt-get sample

pull/304/head
Rod S 2020-05-30 14:51:53 -07:00
parent 4d8df7842e
commit d113757604
1 changed files with 1 additions and 1 deletions

View File

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