From da5d32308231221739f125971c9d81934234c423 Mon Sep 17 00:00:00 2001 From: Mengjuei Date: Sun, 26 Feb 2012 14:28:28 -0800 Subject: [PATCH] reorginzing Makefile --- Source/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Source/Makefile b/Source/Makefile index 19c97497..8bdc5e33 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -24,8 +24,7 @@ debug: install: release $(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install -#cd ../LettucePhrases -#awk -v TOTAL=$(awk '{s+=$2}END{print s}' phrase.occ ) \ -#'{printf("%s %.8f\n",$1,log($2/TOTAL)/log(10))}' phrase.occ \ -#| sed -e 's/inf$/7.0/' > PhraseFreq.txt -#cd ../Prototype +installdebug: debug + $(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install + +.PHONY: info clean release debug install installdebug