forked from GitHub/gf-core
examples/app/Makefile2: add missing -probs flag
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
P=../phrasebook
|
||||
L=../../lib/src
|
||||
GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P
|
||||
I=-i $P
|
||||
J=-j +RTS -N4 -A20M -RTS
|
||||
|
||||
App.pgf::
|
||||
gf -s -make -j +RTS -N4 -A20M -RTS -path=$(GFPATH) -gfo-dir gfo App???.gf
|
||||
gf -s -make $J -probs=./app.probs -path=$(GFPATH) -gfo-dir gfo App???.gf
|
||||
|
||||
Reference in New Issue
Block a user