From 19c74aa09386940d93179a33b9b9cc76fb0d186f Mon Sep 17 00:00:00 2001 From: mozillazg Date: Tue, 19 Jul 2016 21:17:54 +0800 Subject: [PATCH] ignore rm error --- unihan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unihan/Makefile b/unihan/Makefile index ab079f5..2286b4a 100644 --- a/unihan/Makefile +++ b/unihan/Makefile @@ -10,7 +10,7 @@ parse: .PHONY:update update: - rm Unihan* + -rm Unihan* wget ftp://ftp.unicode.org/Public/UNIDATA/Unihan.zip -O Unihan.zip unzip Unihan.zip python parse_pinyin.py