summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-07-31 18:42:25 +0800
committerPeng Wu <alexepico@gmail.com>2011-07-31 18:42:25 +0800
commitd593958f5b3019c44a7bb6d7c664df12e0478d0e (patch)
treecd5897a4b1d7a0a45071e6a85b6de1a7b6d771e1
parent10d8c35319c2eb451f6df5dc6407fdaaad1858ed (diff)
downloadlibpinyin-d593958f5b3019c44a7bb6d7c664df12e0478d0e.tar.gz
libpinyin-d593958f5b3019c44a7bb6d7c664df12e0478d0e.tar.xz
libpinyin-d593958f5b3019c44a7bb6d7c664df12e0478d0e.zip
improve Makefile.data
-rw-r--r--Makefile.data6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.data b/Makefile.data
index f05f1a6..473a375 100644
--- a/Makefile.data
+++ b/Makefile.data
@@ -2,11 +2,11 @@ CLEANUP_FILES = bigram.db gb_char.bin gbk_char.bin \
phrase_index.bin pinyin_index.bin
clean:
- cd data ; $(RM) $(CLEANUP_FILES) ; cd $(CURDIR)
+ cd data ; $(RM) $(CLEANUP_FILES) ; cd "$(CURDIR)"
build:
- cd utils/storage ; ./gen_binary_files ; cd $(CURDIR)
- cd utils/storage ; ./import_interpolation < ../../data/interpolation.text ; cd $(CURDIR)
+ cd utils/storage ; ./gen_binary_files ; cd "$(CURDIR)"
+ cd utils/storage ; ./import_interpolation < ../../data/interpolation.text ; cd "$(CURDIR)"
rebuild:
git reset --hard