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, 0 insertions, 6 deletions
diff --git a/contrib/ragel.make b/contrib/ragel.make
deleted file mode 100644
index f7a71b5b..00000000
--- a/contrib/ragel.make
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- Makefile -*-
-
-SUFFIXES = .rl
-
-.rl.c:
- $(RAGEL) $(RAGELFLAGS) -C $< -o $@