blob: 4c681d15eb643e5100b5b986fa6e3e434b7d7367 [file] [log] [blame] [edit]
:: Copyright 2012 The Go Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
@echo off
setlocal
if not exist make.bat (
echo all.bat must be run from go\src
exit /b 1
)
call .\make.bat --no-banner || exit /b 1
call .\run.bat --no-rebuild || exit /b 1
..\bin\go tool dist banner