summaryrefslogtreecommitdiff
path: root/ragel.BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 12:27:59 -0500
committerGitHub <noreply@github.com>2019-05-13 12:27:59 -0500
commit04350e1d1b7ff5457b1a36150d98d5a5efc0ed89 (patch)
tree875acb49ee5507ea9ad2bcc5146fb3c7c7d31eac /ragel.BUILD
parentb08819749e6c2a6d8d771f954f6162933a8ba648 (diff)
parentf0605283962ca61f35587d542c4cd684548168bd (diff)
Merge pull request #166 from haberman/bazel25
Compatibility with Bazel 0.25.2 and 0.24.1.
Diffstat (limited to 'ragel.BUILD')
-rw-r--r--ragel.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/ragel.BUILD b/ragel.BUILD
index 5485fab..5e3b249 100644
--- a/ragel.BUILD
+++ b/ragel.BUILD
@@ -4,7 +4,7 @@ package(
)
cc_binary(
- name = "ragel",
+ name = "ragelc",
srcs = [
"ragel/rubycodegen.cpp",
"ragel/goipgoto.h",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback