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

clean new garbage collector benchmark binaries

TBR=agl1
CC=golang-dev
https://golang.org/cl/207055
This commit is contained in:
Russ Cox 2010-02-10 00:43:31 -08:00
parent aee1434193
commit c9bbee46b0

View File

@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL))
bench: $(addsuffix .bench, $(ALL))
clean:
rm -f *.[$(OS)] $(ALL)
rm -f *.[$(OS)] $(addsuffix .out, $(ALL))