diff options
| author | hallgren <hallgren@chalmers.se> | 2014-09-23 12:20:44 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-09-23 12:20:44 +0000 |
| commit | 928217f9d91b45fe48f6e176d42ee5c80d427257 (patch) | |
| tree | 69fe3d9a8a775b81de2ecef8295c10a411c9cca4 /examples | |
| parent | 13fe719a264625d126b722588051bef4022e5f33 (diff) | |
examples/app/Makefile2: add missing -probs flag
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/app/Makefile2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/app/Makefile2 b/examples/app/Makefile2 index 8bea9f20d..914ee4292 100644 --- a/examples/app/Makefile2 +++ b/examples/app/Makefile2 @@ -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 |
