reorginzing Makefile
This commit is contained in:
parent
82ead6dd72
commit
da5d323082
|
@ -24,8 +24,7 @@ debug:
|
||||||
install: release
|
install: release
|
||||||
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
|
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
|
||||||
|
|
||||||
#cd ../LettucePhrases
|
installdebug: debug
|
||||||
#awk -v TOTAL=$(awk '{s+=$2}END{print s}' phrase.occ ) \
|
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
|
||||||
#'{printf("%s %.8f\n",$1,log($2/TOTAL)/log(10))}' phrase.occ \
|
|
||||||
#| sed -e 's/inf$/7.0/' > PhraseFreq.txt
|
.PHONY: info clean release debug install installdebug
|
||||||
#cd ../Prototype
|
|
||||||
|
|
Loading…
Reference in New Issue