We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd4e1c commit 3eb1b14Copy full SHA for 3eb1b14
Rakefile
@@ -74,9 +74,11 @@ parsed_files = PARSER_FILES.map do |parser_file|
74
end
75
76
task "#{path}.gem" => package_parser_files
77
-task :generate => parsed_files
78
task :check_manifest => :generate
79
+desc "Genrate all files used racc and kpeg"
80
+task :generate => parsed_files
81
+
82
# These tasks expect to have the following directory structure:
83
#
84
# git/git.rubini.us/code # Rubinius git HEAD checkout
0 commit comments