mirror of
https://github.com/golang/go
synced 2024-11-24 21:10:04 -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/cgo/life ../misc/cgo/test \
|
||||||
../misc/dashboard/builder ../misc/goplay\
|
../misc/dashboard/builder ../misc/goplay\
|
||||||
../doc/codelab/wiki\
|
../doc/codelab/wiki\
|
||||||
../test/bench ../test/garbage
|
../test/bench/shootout ../test/garbage
|
||||||
do
|
do
|
||||||
# Do not use gomake here. It may not be available.
|
# Do not use gomake here. It may not be available.
|
||||||
$MAKE -C "$GOROOT/src/$i" clean
|
$MAKE -C "$GOROOT/src/$i" clean
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
include ../../src/Make.inc
|
include ../../../src/Make.inc
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "make clean or timing"
|
@echo "make clean or timing"
|
||||||
|
Loading…
Reference in New Issue
Block a user