X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=clean.mk;h=f12741344a18d5bedd7500a07eacbc1c3f2968ce;hb=d3e9a3c6e43e6623ed168709704e410609302ddd;hp=591147a2cb6e214a8db83d4c1b4adce254fedb80;hpb=c8e39d11f12330795f42885613450220d8783831;p=fw%2Fsdcc diff --git a/clean.mk b/clean.mk index 591147a2..f1274134 100644 --- a/clean.mk +++ b/clean.mk @@ -3,7 +3,7 @@ clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - find bin -type f ! -name README -exec rm {} \; + find bin -maxdepth=1 -type f ! -name README -exec rm {} \; # Deleting all files created by configuring or building the program # -----------------------------------------------------------------