examples/app/Makefile2: add missing -probs flag

This commit is contained in:
hallgren
2014-09-23 12:20:44 +00:00
parent 13fe719a26
commit 928217f9d9

View File

@@ -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