clean the current directory also (incase mc1322x is a submodule)
This commit is contained in:
parent
cc99d5326f
commit
ef5a7b57d5
|
@ -74,6 +74,12 @@ clean:
|
||||||
-o -name 'obj_*_board' -o -name '.depend' -o -name '*.bin' -o -name '*.dis' \) -print \
|
-o -name 'obj_*_board' -o -name '.depend' -o -name '*.bin' -o -name '*.dis' \) -print \
|
||||||
| xargs rm -rf
|
| xargs rm -rf
|
||||||
rm -fr *.*~
|
rm -fr *.*~
|
||||||
|
find \
|
||||||
|
\( -name 'core' -o -name '*.bak' -o -name '*~' \
|
||||||
|
-o -name '*.o' -o -name '*.a' -o -name '*.obj' -o -name '*.elf' -o -name '*.s' -o -name '*.map' \
|
||||||
|
-o -name 'obj_*_board' -o -name '.depend' -o -name '*.bin' -o -name '*.dis' \) -print \
|
||||||
|
| xargs rm -rf
|
||||||
|
rm -fr *.*~
|
||||||
|
|
||||||
clobber \
|
clobber \
|
||||||
mrproper \
|
mrproper \
|
||||||
|
|
Loading…
Reference in a new issue