1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From bbe830e3f31420d996fc2b5cb75d6c1ebfd57827 Mon Sep 17 00:00:00 2001
From: u <ak>
Date: Sat, 8 Nov 2014 11:49:40 +0900
Subject: [PATCH 26/36] Fix clean. Clean utf-8 dict file.
---
compile/clean.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/compile/clean.mak b/compile/clean.mak
index c05a5dc..d7831ba 100644
--- a/compile/clean.mak
+++ b/compile/clean.mak
@@ -18,6 +18,7 @@ distclean-migemo:
-$(RM) $(DICT_DIR)SKK-JISYO*
-$(RM) $(DICT_DIR)base-dict
-$(RMDIR) $(DICT_DIR)euc-jp.d
+ -$(RMDIR) $(DICT_DIR)utf-8.d
clean: clean-arch clean-migemo
-$(RM) *.a
--
2.39.2
|