commit | b80dc9fac3beada8c40fd02b74b54d0b46d647bd | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Aug 05 14:59:24 2018 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Aug 11 23:50:26 2018 -0700 |
tree | 61993c9386d9b42235259079081db239d989c742 | |
parent | 4f6ba44d85f11c88acd173badb7fde614c8bd132 [diff] [blame] |
Download the Windows compiler We use this for building code to run on the driver's station. Change-Id: I03cb907f67419e45a3a7204fa61ba2dd73b6687c
diff --git a/debian/mingw_compiler.BUILD b/debian/mingw_compiler.BUILD new file mode 100644 index 0000000..7f3f87c --- /dev/null +++ b/debian/mingw_compiler.BUILD
@@ -0,0 +1,5 @@ +filegroup( + name = "all_files", + srcs = glob(["**"]), + visibility = ["//visibility:public"], +)