summaryrefslogtreecommitdiff
path: root/grammar/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/python/Makefile')
-rw-r--r--grammar/python/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/grammar/python/Makefile b/grammar/python/Makefile
new file mode 100644
index 00000000..555b9d28
--- /dev/null
+++ b/grammar/python/Makefile
@@ -0,0 +1,7 @@
+COLM = ../../colm/colm
+RAGEL = ../../ragel/ragel
+
+all: python
+
+python: python.lm
+ $(COLM) -o $@ $<