mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 07:47:59 +00:00
brief question
This commit is contained in:
parent
e24f84d287
commit
2c4d088209
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -226,7 +226,7 @@ $(EMOJI).ttf: check_coverage $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \
|
|||
check_coverage:
|
||||
ifdef CHECK_COVERAGE
|
||||
$(PYTHON) $(CHECK_COVERAGE_PY) -d $(EMOJI_SRC_DIR) -c
|
||||
@echo -n "Proceed with building font? [y/N]" && read ans && [ $${ans:-N} = y ]
|
||||
@echo -n "Proceed building font? [y/N]" && read ans && [ $${ans:-N} = y ]
|
||||
endif
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue