aboutsummaryrefslogtreecommitdiff
path: root/cobol/def.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'cobol/def.bzl')
-rw-r--r--cobol/def.bzl5
1 files changed, 5 insertions, 0 deletions
diff --git a/cobol/def.bzl b/cobol/def.bzl
new file mode 100644
index 0000000..c78094b
--- /dev/null
+++ b/cobol/def.bzl
@@ -0,0 +1,5 @@
+"""Public definitions for rules_cobol"""
+
+load("//cobol/internal:rules.bzl", _cobol_binary = "cobol_binary")
+
+cobol_binary = _cobol_binary