From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/foods/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/foods/Makefile (limited to 'examples/foods/Makefile') diff --git a/examples/foods/Makefile b/examples/foods/Makefile new file mode 100644 index 000000000..5738bc281 --- /dev/null +++ b/examples/foods/Makefile @@ -0,0 +1,8 @@ + +all:: Foods.pgf + +Foods.pgf: Foods???.gf + gf -make -s -optimize-pgf Foods???.gf + +clean: + rm -rf *.gfo Foods.pgf -- cgit v1.2.3