diff options
Diffstat (limited to 'examples/phrasebook/Makefile')
| -rw-r--r-- | examples/phrasebook/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index e1a71c044..2d363bb9d 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -2,6 +2,16 @@ compile = runghc Compile all: demo missing +thaidroid: + cp -p Phrasebook.pgf FullPhrasebook.pgf + $(compile) -opt Eng Swe Tha Thp DisambPhrasebookEng + $(compile) -link Eng Fin Swe Tha Thp DisambPhrasebookEng + mv Phrasebook.pgf Thaidroid.pgf + mv FullPhrasebook.pgf Phrasebook.pgf + +thaiscript: + runghc ../../lib/src/thai/ThaiScript.hs + demo: compdemo fin linkdemo compdemo: |
