commit | 3505ef9710a8c50fb2a06b36f0718d4891cba688 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sat Dec 12 17:23:38 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Sat Dec 12 17:23:38 2015 -0500 |
tree | 6a8bf41e2232e7ea78c36f182e00bd46d98db253 | |
parent | 6114d2ed7b56189a6a46e096333fc4abb505d131 [diff] [blame] |
Drop suffixes on binary names They were only there to work around a GYP limitation. Change-Id: Ia6a527f3824c4a5561df0d538ec3d32109350272
diff --git a/y2014_bot3/autonomous/BUILD b/y2014_bot3/autonomous/BUILD index 698869d..f90ce74 100644 --- a/y2014_bot3/autonomous/BUILD +++ b/y2014_bot3/autonomous/BUILD
@@ -32,7 +32,7 @@ ) cc_binary( - name = 'auto_y2014_bot3', + name = 'auto', srcs = [ 'auto_main.cc', ],