mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
correct apt-get sample
This commit is contained in:
parent
4d8df7842e
commit
d113757604
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -127,7 +127,7 @@ compressed: $(ALL_COMPRESSED_FILES)
|
||||||
|
|
||||||
check_compress_tool:
|
check_compress_tool:
|
||||||
ifdef MISSING_ZOPFLI
|
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
|
endif
|
||||||
|
|
||||||
check_vs_adder:
|
check_vs_adder:
|
||||||
|
|
Loading…
Add table
Reference in a new issue