1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:44:40 -07:00

Make.cmd: also clean _test*

Fixes #1593.

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4266050
This commit is contained in:
Gustavo Niemeyer 2011-03-08 15:02:02 -03:00
parent 64f75f1034
commit e17d4de4fe

View File

@ -23,7 +23,7 @@ install: $(QUOTED_GOBIN)/$(TARG)
$(QUOTED_GOBIN)/$(TARG): $(TARG)
cp -f $(TARG) $(QUOTED_GOBIN)
CLEANFILES+=$(TARG)
CLEANFILES+=$(TARG) _test _testmain.go
nuke: clean
rm -f $(QUOTED_GOBIN)/$(TARG)