From 3643e20406abf83d2a41d8d46dd5c66237ef1727 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 2 Jun 2015 12:59:29 +0000 Subject: copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster --- examples/slowApp/Makefile2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/slowApp/Makefile2 (limited to 'examples/slowApp/Makefile2') 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 -- cgit v1.2.3