diff options
Diffstat (limited to 'src/cmd/clean.bash')
-rw-r--r-- | src/cmd/clean.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/clean.bash b/src/cmd/clean.bash index e516e872c..3537b835c 100644 --- a/src/cmd/clean.bash +++ b/src/cmd/clean.bash @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -for i in 6l 6a 6c 6g gc cc ar db +for i in 6l 6a 6c 6g gc cc ar db nm acid do cd $i make clean |