summaryrefslogtreecommitdiffstats
path: root/Makefile.data
diff options
context:
space:
mode:
Diffstat (limited to '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