summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 1955b583b..e4e2f8f55 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -22,6 +22,8 @@ rm -f "$GOROOT"/lib/*.a
for i in lib9 libbio libmach cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../misc/cgo/life ../misc/cgo/test \
+ ../misc/dashboard/builder ../misc/goplay\
+ ../doc/codelab/wiki\
../test/bench ../test/garbage
do
# Do not use gomake here. It may not be available.