From 9fa899da0a74c774c646cecf9e23f8e400a4f743 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 13 Apr 2005 15:31:02 +0000 Subject: reorganizing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@102 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/blink/parser/makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/blink/parser/makefile (limited to 'lib/blink/parser/makefile') 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 -- cgit