From 614f9f8663b79dd067e1634b443101aa7797f07f Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 21 Jan 2015 12:16:57 +0000 Subject: [PATCH] examples/phrasebook/Makefile: include Jpn in 'make forApp' --- examples/phrasebook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index a4814484f..b455d332f 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -1,7 +1,7 @@ compile = runghc Compile forApp: - $(compile) -opt Bul Cat Chi Dut Eng Fin Fre Ger Hin Ita Spa Swe + $(compile) -opt Bul Cat Chi Dut Eng Fin Fre Ger Hin Ita Jpn Spa Swe make gfos .PHONY: gfos