From a629d30958083b4de74d38be3eff8725edc92c10 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 5 Nov 2008 10:21:28 +0000 Subject: slight modifs in Bronzeage, adapted to next-lib --- examples/bronzeage/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/bronzeage/Makefile (limited to 'examples/bronzeage/Makefile') diff --git a/examples/bronzeage/Makefile b/examples/bronzeage/Makefile new file mode 100644 index 000000000..ea8e5937f --- /dev/null +++ b/examples/bronzeage/Makefile @@ -0,0 +1,9 @@ +# notice: GF_LIB_PATH has to point to GF/next-lib + +all: magnet + +magnet: + gfc --make -src --parser=off --name=fin BronzeageFin.gf + gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf + gfc --make --name=grammar fin.pgf Bronzeage.pgf + -- cgit v1.2.3