mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
9 lines
192 B
Python
9 lines
192 B
Python
load("@rules_python//python:defs.bzl", "py_binary")
|
|
|
|
py_binary(
|
|
name = "gen_resources",
|
|
srcs = ["gen_resources.py"],
|
|
tags = ["manual"],
|
|
visibility = ["//visibility:public"],
|
|
)
|