X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=clean.mk;h=62a746d0658313c4cc99e517118e1ea00d14a349;hb=7837c232c608353fb948c183d8e92775f427e5a9;hp=591147a2cb6e214a8db83d4c1b4adce254fedb80;hpb=72b7e8dadd92279596c0f56649775fc056acf449;p=fw%2Fsdcc diff --git a/clean.mk b/clean.mk index 591147a2..62a746d0 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 # -----------------------------------------------------------------