summaryrefslogtreecommitdiff
path: root/contrib/ragel.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ragel.make')
-rw-r--r--contrib/ragel.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ragel.make b/contrib/ragel.make
new file mode 100644
index 0000000..f7a71b5
--- /dev/null
+++ b/contrib/ragel.make
@@ -0,0 +1,6 @@
+# -*- Makefile -*-
+
+SUFFIXES = .rl
+
+.rl.c:
+ $(RAGEL) $(RAGELFLAGS) -C $< -o $@