From 1715f683dcd5bdb2edfeb2c3f33de07876633b76 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 17 Feb 2011 14:43:41 +0000 Subject: [PATCH] Adding the prototype GF editor for simple multilingual grammars --- src/editor/simple/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/editor/simple/Makefile diff --git a/src/editor/simple/Makefile b/src/editor/simple/Makefile new file mode 100644 index 000000000..8deac8b2a --- /dev/null +++ b/src/editor/simple/Makefile @@ -0,0 +1,3 @@ + +save: save.hs + ghc --make save.hs