makefile
This commit is contained in:
parent
e919a541af
commit
4c7e2cbb7f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -167,6 +167,6 @@ _local/UnicodeData.txt:
|
||||||
http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
|
http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vrf build/tmp/* build/dist-hinted build/dist-unhinted
|
rm -rf build/tmp/* build/dist-hinted build/dist-unhinted
|
||||||
|
|
||||||
.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted
|
.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted
|
||||||
|
|
|
||||||
Reference in a new issue