diff options
| author | aarne <aarne@chalmers.se> | 2015-06-02 12:59:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-06-02 12:59:29 +0000 |
| commit | 3643e20406abf83d2a41d8d46dd5c66237ef1727 (patch) | |
| tree | 0256c6bfd6b2a4b356ff5a648763b15d96c2cd48 /examples/slowApp/Makefile2 | |
| parent | eb07e4e8622e11087c5f6c14cd35d1575fcea3a8 (diff) | |
copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster
Diffstat (limited to 'examples/slowApp/Makefile2')
| -rw-r--r-- | examples/slowApp/Makefile2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/slowApp/Makefile2 b/examples/slowApp/Makefile2 new file mode 100644 index 000000000..914ee4292 --- /dev/null +++ b/examples/slowApp/Makefile2 @@ -0,0 +1,7 @@ +P=../phrasebook +L=../../lib/src +GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P +J=-j +RTS -N4 -A20M -RTS + +App.pgf:: + gf -s -make $J -probs=./app.probs -path=$(GFPATH) -gfo-dir gfo App???.gf |
