diff options
| author | aarne <aarne@chalmers.se> | 2017-04-11 15:48:18 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2017-04-11 15:48:18 +0000 |
| commit | dd61e1dc1988ebd056182c8e801894cfd427beee (patch) | |
| tree | b55cb2ea68578082c5008010c02e23b2bef45169 /examples/phrasebook | |
| parent | 23f740d3b98b40a860addc2a7902b0976af4e6e8 (diff) | |
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 589737517..2f9a20f34 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -1,7 +1,7 @@ compile = runghc Compile forApp: - $(compile) -opt Bul Cat Chi Dut Eng Est Fin Fre Ger Hin Ita Jpn Spa Swe Tha + $(compile) -opt Bul Cat Chi Dut Eng Est Fin Fre Ger Hin Ita Jpn Rus Spa Swe Tha make gfos .PHONY: gfos |
