summaryrefslogtreecommitdiffstats
path: root/lib/blink/parser/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blink/parser/makefile')
-rw-r--r--lib/blink/parser/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/blink/parser/makefile b/lib/blink/parser/makefile
deleted file mode 100644
index eea119d56..000000000
--- a/lib/blink/parser/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-#parser.rb: grammar.ry
-# ryacc --output parser grammar
-
-parser.rb: grammar.ra
- racc -o$@ grammar.ra