diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -221,10 +221,10 @@ clean: | |||
221 | - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend | 221 | - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend |
222 | - rm -f scripts/split-include scripts/mkdep .*config.log | 222 | - rm -f scripts/split-include scripts/mkdep .*config.log |
223 | - rm -rf include/config include/config.h | 223 | - rm -rf include/config include/config.h |
224 | - find -name .\*.flags -exec rm -f {} \; | 224 | - find . -name .\*.flags -exec rm -f {} \; |
225 | - find -name .depend -exec rm -f {} \; | 225 | - find . -name .depend -exec rm -f {} \; |
226 | - find -name \*.o -exec rm -f {} \; | 226 | - find . -name \*.o -exec rm -f {} \; |
227 | - find -name \*.a -exec rm -f {} \; | 227 | - find . -name \*.a -exec rm -f {} \; |
228 | 228 | ||
229 | distclean: clean | 229 | distclean: clean |
230 | - rm -f busybox | 230 | - rm -f busybox |