1
0
forked from GitHub/gf-core

examples/app/Makefile2: add missing -probs flag

This commit is contained in:
hallgren
2014-09-23 12:20:44 +00:00
parent eadc012b7a
commit 5cda60d36f

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