mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
examples/app/Makefile2: add missing -probs flag
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
P=../phrasebook
|
P=../phrasebook
|
||||||
L=../../lib/src
|
L=../../lib/src
|
||||||
GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P
|
GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P
|
||||||
I=-i $P
|
J=-j +RTS -N4 -A20M -RTS
|
||||||
|
|
||||||
App.pgf::
|
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