Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 1 | filegroup( |
James Kuszmaul | 41fa78a | 2019-12-14 20:53:14 -0800 | [diff] [blame] | 2 | name = 'rio_robotCommand', |
| 3 | srcs = [ 'robotCommand' ], |
Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 4 | ) |
| 5 | |
| 6 | sh_binary( |
James Kuszmaul | 41fa78a | 2019-12-14 20:53:14 -0800 | [diff] [blame] | 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 | ], |
Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 14 | ) |