mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +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"],
|
||
|
|
)
|