diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -219,7 +219,7 @@ clean: | |||
219 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ | 219 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ |
220 | .config.old .hdepend busybox | 220 | .config.old .hdepend busybox |
221 | - rm -rf _install | 221 | - rm -rf _install |
222 | - find . -name .\*.flags -exec rm -f {} \; | 222 | - find . -name .\*.flags -exec rm -f {} \; |
223 | - find . -name \*.o -exec rm -f {} \; | 223 | - find . -name \*.o -exec rm -f {} \; |
224 | - find . -name \*.a -exec rm -f {} \; | 224 | - find . -name \*.a -exec rm -f {} \; |
225 | 225 | ||