Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame^] | 1 | filegroup( |
2 | name = 'rio_robotCommand', | ||||
3 | srcs = [ 'robotCommand' ], | ||||
4 | ) | ||||
5 | |||||
6 | sh_binary( | ||||
7 | name = 'setup_roborio', | ||||
8 | srcs = [ 'setup_roborio.sh' ], | ||||
9 | visibility = [ '//visibility:public' ], | ||||
10 | data = [ | ||||
11 | ':rio_robotCommand', | ||||
12 | '@arm_frc_linux_gnueabi_repo//:compiler_pieces', | ||||
13 | ], | ||||
14 | ) |