blob: 52edd94f02a512b09240b74c5864c240b2572ba7 [file] [log] [blame]
cc_binary(
name = "teensy_loader_cli",
srcs = [
"teensy_loader_cli.c",
],
copts = [
"-DUSE_LIBUSB",
],
target_compatible_with = ["@platforms//cpu:x86_64"],
deps = [
"@libusb",
],
)