correct apt-get sample
parent
4d8df7842e
commit
d113757604
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in New Issue