diff options
Diffstat (limited to 'src/lib/clean.bash')
-rwxr-xr-x | src/lib/clean.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/clean.bash b/src/lib/clean.bash index e3d7b612f..cc9b09d1b 100755 --- a/src/lib/clean.bash +++ b/src/lib/clean.bash @@ -6,7 +6,7 @@ rm -f $GOROOT/pkg/* -for i in syscall os math net time http regexp +for i in syscall os math net time http reflect regexp do cd $i make nuke |