From 16cb282ad266674de090cc5c6439944e242074c5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 May 2022 04:21:33 -0700 Subject: feat(0.1.0): initial release --- cobol/def.bzl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cobol/def.bzl (limited to 'cobol/def.bzl') 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 -- cgit v1.2.3