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