mirror of
https://github.com/golang/go
synced 2024-11-21 22:14:41 -07:00
parent
39213c1fdb
commit
1161e1172b
@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
|
||||
../misc/cgo/life ../misc/cgo/test \
|
||||
../misc/dashboard/builder ../misc/goplay\
|
||||
../doc/codelab/wiki\
|
||||
../test/bench ../test/garbage
|
||||
../test/bench/shootout ../test/garbage
|
||||
do
|
||||
# Do not use gomake here. It may not be available.
|
||||
$MAKE -C "$GOROOT/src/$i" clean
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
include ../../src/Make.inc
|
||||
include ../../../src/Make.inc
|
||||
|
||||
all:
|
||||
@echo "make clean or timing"
|
||||
|
Loading…
Reference in New Issue
Block a user