summaryrefslogtreecommitdiff
path: root/examples/query/small/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/query/small/Makefile')
-rw-r--r--examples/query/small/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/query/small/Makefile b/examples/query/small/Makefile
new file mode 100644
index 000000000..351850274
--- /dev/null
+++ b/examples/query/small/Makefile
@@ -0,0 +1,10 @@
+all: pgf treebank
+
+pgf:
+ gf -make -optimize-pgf Query???.gf
+
+treebank:
+ gf --run Query.pgf <tests.gfs >treebank.txt
+
+
+