mirror of
https://github.com/golang/go
synced 2024-11-26 14:08:37 -07:00
add godoc to clean.bash
R=rsc OCL=30361 CL=30361
This commit is contained in:
parent
3fd16ad0ed
commit
6202b0e287
@ -3,7 +3,7 @@
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov gobuild godefs prof gotest
|
||||
for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov gobuild godefs godoc prof gotest
|
||||
do
|
||||
cd $i
|
||||
make clean
|
||||
|
Loading…
Reference in New Issue
Block a user